902636
From c55995c25f60168e3cb6b5bae1bf9a47813383d0 Mon Sep 17 00:00:00 2001
902636
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
902636
Date: Mon, 27 Jan 2020 19:00:55 +0100
902636
Subject: [PATCH 024/116] virtiofsd: add -o source=PATH to help output
902636
MIME-Version: 1.0
902636
Content-Type: text/plain; charset=UTF-8
902636
Content-Transfer-Encoding: 8bit
902636
902636
RH-Author: Dr. David Alan Gilbert <dgilbert@redhat.com>
902636
Message-id: <20200127190227.40942-21-dgilbert@redhat.com>
902636
Patchwork-id: 93474
902636
O-Subject: [RHEL-AV-8.2 qemu-kvm PATCH 020/112] virtiofsd: add -o source=PATH to help output
902636
Bugzilla: 1694164
902636
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
902636
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
902636
RH-Acked-by: Sergio Lopez Pascual <slp@redhat.com>
902636
902636
From: Stefan Hajnoczi <stefanha@redhat.com>
902636
902636
The -o source=PATH option will be used by most command-line invocations.
902636
Let's document it!
902636
902636
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
902636
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
902636
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
902636
(cherry picked from commit 4ff075f72be2f489c8998ae492ec5cdbbbd73e07)
902636
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
902636
---
902636
 tools/virtiofsd/passthrough_ll.c | 1 +
902636
 1 file changed, 1 insertion(+)
902636
902636
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c
902636
index 26ac870..fc9b264 100644
902636
--- a/tools/virtiofsd/passthrough_ll.c
902636
+++ b/tools/virtiofsd/passthrough_ll.c
902636
@@ -1319,6 +1319,7 @@ int main(int argc, char *argv[])
902636
     if (opts.show_help) {
902636
         printf("usage: %s [options]\n\n", argv[0]);
902636
         fuse_cmdline_help();
902636
+        printf("    -o source=PATH             shared directory tree\n");
902636
         fuse_lowlevel_help();
902636
         ret = 0;
902636
         goto err_out1;
902636
-- 
902636
1.8.3.1
902636