]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: update usage() with status
authorJos Collin <jcollin@redhat.com>
Mon, 9 Oct 2017 09:14:29 +0000 (14:44 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 9 Oct 2017 10:24:34 +0000 (15:54 +0530)
Fixed the missing 'status' in usage().

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/rgw/rgw_admin.cc

index 2634af232943e95d07ea71ddfbec058d290fd8c5..0bdeb15bed5c985f4a65f26eea3dabfed85281f5 100644 (file)
@@ -194,6 +194,7 @@ void usage()
   cout << "  role-policy delete         delete policy attached to a role\n";
   cout << "  reshard add                schedule a resharding of a bucket\n";
   cout << "  reshard list               list all bucket resharding or scheduled to be reshared\n";
+  cout << "  reshard status             read bucket resharding status\n";
   cout << "  reshard process            process of scheduled reshard jobs\n";
   cout << "  reshard cancel             cancel resharding a bucket\n";
   cout << "options:\n";