diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-03 22:38:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:52:38 +0100 |
commit | abf6310abba7ba423c46c5c32652c6829abd5165 (patch) | |
tree | a2f74975824922ceb7da3a83c78b67d4b8c7fab4 /fuse | |
parent | 5cbad79558e9e8a011a20c33a5049c7dc4caa7cf (diff) | |
download | libguestfs-abf6310abba7ba423c46c5c32652c6829abd5165.tar.gz libguestfs-abf6310abba7ba423c46c5c32652c6829abd5165.tar.xz libguestfs-abf6310abba7ba423c46c5c32652c6829abd5165.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.
(cherry picked from commit 87602b09ead198bd84c0dac83fde2d1c3dfe55bd)
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/guestmount.c | 2 |
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" |