diff options
author | Stefan Hajnoczi | 2019-03-08 13:23:55 +0100 |
---|---|---|
committer | Dr. David Alan Gilbert | 2020-01-23 17:41:36 +0100 |
commit | 4ff075f72be2f489c8998ae492ec5cdbbbd73e07 (patch) | |
tree | 0121db7c09bc568c105f07d228c4484974042cc3 /tools/virtiofsd/passthrough_ll.c | |
parent | virtiofsd: Add options for virtio (diff) | |
download | qemu-4ff075f72be2f489c8998ae492ec5cdbbbd73e07.tar.gz qemu-4ff075f72be2f489c8998ae492ec5cdbbbd73e07.tar.xz qemu-4ff075f72be2f489c8998ae492ec5cdbbbd73e07.zip |
virtiofsd: add -o source=PATH to help output
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>
Diffstat (limited to 'tools/virtiofsd/passthrough_ll.c')
-rw-r--r-- | tools/virtiofsd/passthrough_ll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c index 26ac87013b..fc9b264d56 100644 --- 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; |