mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user