qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 14/30] virtiofsd: add -o source=PATH to help output


From: Dr. David Alan Gilbert (git)
Subject: [PATCH 14/30] virtiofsd: add -o source=PATH to help output
Date: Mon, 21 Oct 2019 11:58:16 +0100

From: Stefan Hajnoczi <address@hidden>

The -o source=PATH option will be used by most command-line invocations.
Let's document it!

Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 contrib/virtiofsd/passthrough_ll.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/virtiofsd/passthrough_ll.c 
b/contrib/virtiofsd/passthrough_ll.c
index 63a32c87c3..847814b793 100644
--- a/contrib/virtiofsd/passthrough_ll.c
+++ b/contrib/virtiofsd/passthrough_ll.c
@@ -1237,6 +1237,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;
-- 
2.23.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]