summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/utils/mount.glusterfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mount/fuse/utils/mount.glusterfs.in')
-rwxr-xr-xxlators/mount/fuse/utils/mount.glusterfs.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in
index 154b8fa97e8..55d0c51de18 100755
--- a/xlators/mount/fuse/utils/mount.glusterfs.in
+++ b/xlators/mount/fuse/utils/mount.glusterfs.in
@@ -555,12 +555,15 @@ main ()
## `mount` specifies options as a last argument
shift 2;
fi
- while getopts "Vo:h" opt; do
+ while getopts "Vo:hn" opt; do
case "${opt}" in
o)
parse_options ${OPTARG};
shift 2;
;;
+ n)
+ shift 1;
+ ;;
V)
${cmd_line} -V;
exit 0;