projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205de00
)
virtiofsd: add -o source=PATH to help output
author
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 8 Mar 2019 12:23:55 +0000
(12:23 +0000)
committer
Dr. David Alan Gilbert
<dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:36 +0000
(16:41 +0000)
The -o source=PATH option will be used by most command-line invocations.
Let's document it!
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/passthrough_ll.c
patch
|
blob
|
history
diff --git
a/tools/virtiofsd/passthrough_ll.c
b/tools/virtiofsd/passthrough_ll.c
index 26ac87013bcd11670f94bc2d56dd138cfc2334a4..fc9b264d5670696cc001286df248bd71207690f1 100644
(file)
--- a/
tools/virtiofsd/passthrough_ll.c
+++ b/
tools/virtiofsd/passthrough_ll.c
@@
-1319,6
+1319,7
@@
int main(int argc, char *argv[])
if (opts.show_help) {
printf("usage: %s [options]\n\n", argv[0]);
fuse_cmdline_help();
+ printf(" -o source=PATH shared directory tree\n");
fuse_lowlevel_help();
ret = 0;
goto err_out1;