git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f7a5a
)
fuse: Document -w flag in --help output.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Mar 2011 15:32:33 +0000
(16:32 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Mar 2011 15:32:33 +0000
(16:32 +0100)
fuse/guestmount.c
patch
|
blob
|
history
diff --git
a/fuse/guestmount.c
b/fuse/guestmount.c
index
a094490
..
f1f8480
100644
(file)
--- a/
fuse/guestmount.c
+++ b/
fuse/guestmount.c
@@
-932,6
+932,7
@@
usage (int status)
" --selinux Enable SELinux support\n"
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
+ " -w|--rw Mount read-write\n"
" -x|--trace Trace guestfs API calls\n"
),
program_name, program_name, program_name);