]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
virtiofsd: add -o source=PATH to help output
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 8 Mar 2019 12:23:55 +0000 (12:23 +0000)
committerDr. 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

index 26ac87013bcd11670f94bc2d56dd138cfc2334a4..fc9b264d5670696cc001286df248bd71207690f1 100644 (file)
@@ -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;