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.
This commit is contained in:
Richard W.M. Jones
2012-08-03 22:38:41 +01:00
parent 083125f709
commit 87602b09ea

View File

@@ -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"