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