summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-03 22:38:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-03 22:38:41 +0100
commit87602b09ead198bd84c0dac83fde2d1c3dfe55bd (patch)
tree6a8f202452c73597ef32878a5da8cc6b7dc6f614 /fuse
parent083125f709c8ca6ec56abf99df918e70376a99bd (diff)
downloadlibguestfs-87602b09ead198bd84c0dac83fde2d1c3dfe55bd.tar.gz
libguestfs-87602b09ead198bd84c0dac83fde2d1c3dfe55bd.tar.xz
libguestfs-87602b09ead198bd84c0dac83fde2d1c3dfe55bd.zip
fuse: guestmount doesn't let you pass '-- [FUSE options]'.
I don't think it ever did, so the --help text was always wrong, and definitely didn't match the real behaviour of the program.
Diffstat (limited to 'fuse')
-rw-r--r--fuse/guestmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index fd317260..17e94ba8 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestmount.c
@@ -105,7 +105,7 @@ usage (int status)
"%s lets you mount a virtual machine filesystem\n"
"Copyright (C) 2009-2012 Red Hat Inc.\n"
"Usage:\n"
- " %s [--options] [-- [--FUSE-options]] mountpoint\n"
+ " %s [--options] mountpoint\n"
"Options:\n"
" -a|--add image Add image\n"
" -c|--connect uri Specify libvirt URI for -d option\n"