From: wangyingbin Date: Thu, 27 May 2021 06:18:55 +0000 (+0800) Subject: doc:Added the explanation of the 'listxattr ' and 'getxattr ... X-Git-Tag: v17.1.0~1712^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b116f697f0326931d4be8372d40432969bb9ba3;p=ceph.git 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 --- diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index cbdcc228693..91500b46fbd 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"