]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: fix document
authorUshitora Anqou <ushitora@anqou.net>
Fri, 27 Aug 2021 07:44:43 +0000 (07:44 +0000)
committerUshitora Anqou <ushitora@anqou.net>
Fri, 27 Aug 2021 07:44:43 +0000 (07:44 +0000)
add the description of --show-config option in radosgw-admin

Signed-off-by: Ushitora Anqou <ushitora@anqou.net>
doc/man/8/radosgw-admin.rst
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index de879b219cf307a89af637eac853eec91337b07f..1efc74148a106d75c90f70b7402145f2f96c7c29 100644 (file)
@@ -789,6 +789,10 @@ Options
        Option for 'user stats' command. When specified, it will update user stats with
        the current stats reported by user's buckets indexes.
 
+.. option:: --show-config
+
+       Show configuration.
+
 .. option:: --show-log-entries=<flag>
 
        Enable/disable dump of log entries on log show.
index 1f72972719276708324bfc3b49198c6df053cfb5..92ef5738c232efcbec211248378720f546ea0027 100644 (file)
@@ -385,6 +385,7 @@ void usage()
   cout << "   --sync-stats              option to 'user stats', update user stats with current\n";
   cout << "                             stats reported by user's buckets indexes\n";
   cout << "   --reset-stats             option to 'user stats', reset stats in accordance with user buckets\n";
+  cout << "   --show-config             show configuration\n";
   cout << "   --show-log-entries=<flag> enable/disable dump of log entries on log show\n";
   cout << "   --show-log-sum=<flag>     enable/disable dump of log summation on log show\n";
   cout << "   --skip-zero-entries       log show only dumps entries that don't have zero value\n";
index c63c63cb55e2ca62f8080f889fd7d933aa3f8e9d..79d3a1382bbc2183a6609a16da350574a944d318 100644 (file)
      --sync-stats              option to 'user stats', update user stats with current
                                stats reported by user's buckets indexes
      --reset-stats             option to 'user stats', reset stats in accordance with user buckets
+     --show-config             show configuration
      --show-log-entries=<flag> enable/disable dump of log entries on log show
      --show-log-sum=<flag>     enable/disable dump of log summation on log show
      --skip-zero-entries       log show only dumps entries that don't have zero value