]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: correct help message of 'reshard stale-instances delete'
authorHuber-ming <zhangsm01@inspur.com>
Fri, 5 Aug 2022 06:50:02 +0000 (14:50 +0800)
committerHuber-ming <zhangsm01@inspur.com>
Fri, 5 Aug 2022 06:50:02 +0000 (14:50 +0800)
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index ee7c926ed7aab297e2d45df949b54d9ba1a96d0c..77bbc3b15dd5ea64c8a9c3bd67690984b8f8082e 100644 (file)
@@ -292,7 +292,7 @@ void usage()
   cout << "  reshard process            process of scheduled reshard jobs\n";
   cout << "  reshard cancel             cancel resharding a bucket\n";
   cout << "  reshard stale-instances list list stale-instances from bucket resharding\n";
-  cout << "  reshard stale-instances rm   cleanup stale-instances from bucket resharding\n";
+  cout << "  reshard stale-instances delete   cleanup stale-instances from bucket resharding\n";
   cout << "  sync error list            list sync error\n";
   cout << "  sync error trim            trim sync error\n";
   cout << "  mfa create                 create a new MFA TOTP token\n";
index 2ea1ceda25a64b334a03440d1bc5568cfaf04a3f..77863e9ca16d289348980d415fc7ccd1e40642da 100644 (file)
     reshard process            process of scheduled reshard jobs
     reshard cancel             cancel resharding a bucket
     reshard stale-instances list list stale-instances from bucket resharding
-    reshard stale-instances rm   cleanup stale-instances from bucket resharding
+    reshard stale-instances delete   cleanup stale-instances from bucket resharding
     sync error list            list sync error
     sync error trim            trim sync error
     mfa create                 create a new MFA TOTP token