]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw: fix usage syntax
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 6 Jul 2010 17:22:41 +0000 (10:22 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 6 Jul 2010 17:22:41 +0000 (10:22 -0700)
That fixes bug #256.

src/rgw/rgw_admin.cc

index 05fcb2cb54327a15946c75c7d24a0ace47627e42..afeb41951fbfc915daf12ba25c087274c62d81d5 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 
 void usage() 
 {
-  cerr << "usage: rgw_admin <--user-gen | --user-modify | --read-policy | --list-buckets > [options...]" << std::endl;
+  cerr << "usage: radosgw_admin <--user-gen | --user-modify | --read-policy | --list-buckets > [options...]" << std::endl;
   cerr << "options:" << std::endl;
   cerr << "   --uid=<id> (S3 uid)" << std::endl;
   cerr << "   --auth_uid=<auid> (librados uid)" << std::endl;