From 1221a929be9c91e679f1983c5f1af5052f309d60 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Wed, 14 Apr 2021 20:12:07 +0000 Subject: virtiofsd: Add help for -o xattr-mapping The option is not documented in help. Add small help about the option. Signed-off-by: Carlos Venegas Message-Id: <20210414201207.3612432-3-jose.carlos.venegas.munoz@intel.com> Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Connor Kuehl --- tools/virtiofsd/helper.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/virtiofsd/helper.c') diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index 28243b51b2..5e98ed702b 100644 --- a/tools/virtiofsd/helper.c +++ b/tools/virtiofsd/helper.c @@ -172,6 +172,9 @@ void fuse_cmdline_help(void) " default: no_writeback\n" " -o xattr|no_xattr enable/disable xattr\n" " default: no_xattr\n" + " -o xattrmap= Enable xattr mapping (enables xattr)\n" + " is a string consists of a series of rules\n" + " e.g. -o xattrmap=:map::user.virtiofs.:\n" " -o modcaps=CAPLIST Modify the list of capabilities\n" " e.g. -o modcaps=+sys_admin:-chown\n" " --rlimit-nofile= set maximum number of file descriptors\n" -- cgit v1.2.3