summaryrefslogtreecommitdiffstats
path: root/bash-completion/mount
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mount')
-rw-r--r--bash-completion/mount2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mount b/bash-completion/mount
index 35cb19f7a..832947fd7 100644
--- a/bash-completion/mount
+++ b/bash-completion/mount
@@ -36,7 +36,7 @@ _mount_module()
;;
'-N'|'--namespace')
local NAMESPACE
- NAMESPACE="$(lsns --type mnt --output PATH,PID --noheadings)"
+ NAMESPACE="$(lsns --type mnt --output PATH --noheadings)"
COMPREPLY=( $(compgen -W "$NAMESPACE" -- $cur) )
return 0
;;