From 6b116f697f0326931d4be8372d40432969bb9ba3 Mon Sep 17 00:00:00 2001 From: wangyingbin Date: Thu, 27 May 2021 14:18:55 +0800 Subject: [PATCH] doc:Added the explanation of the 'listxattr ' and 'getxattr attr' commands Added the explanation of the listxattr and getxattr attr commands Signed-off-by: wangyingbin --- src/tools/rados/rados.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index cbdcc22869374..91500b46fbd55 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -93,8 +93,8 @@ void usage(ostream& out) " create create object\n" " rm ...[--force-full] [force no matter full or not]remove object(s)\n" " cp [target-obj] copy object\n" -" listxattr \n" -" getxattr attr\n" +" listxattr list attrs of this object\n" +" getxattr get the attribute of this object\n" " setxattr attr val\n" " rmxattr attr\n" " stat stat the named object\n" -- 2.39.5