Skip to content

Commit

Permalink
Merge pull request #13291 from prallabh/obj_stat
Browse files Browse the repository at this point in the history
rgw: Let the object stat command be shown in the usage

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Feb 21, 2017
2 parents d694b61 + 0fe76f8 commit 70d1f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -82,6 +82,7 @@ void _usage()
cout << " bi put store bucket index object entries\n";
cout << " bi list list raw bucket index entries\n";
cout << " object rm remove object\n";
cout << " object stat stat an object for its metadata\n";
cout << " object unlink unlink object from bucket index\n";
cout << " objects expire run expired objects cleanup\n";
cout << " period delete delete a period\n";
Expand Down
1 change: 1 addition & 0 deletions src/test/cli/radosgw-admin/help.t
Expand Up @@ -28,6 +28,7 @@
bi put store bucket index object entries
bi list list raw bucket index entries
object rm remove object
object stat stat an object for its metadata
object unlink unlink object from bucket index
objects expire run expired objects cleanup
period delete delete a period
Expand Down

0 comments on commit 70d1f90

Please sign in to comment.