From 52aa8be33d3a8176f6aaf247ee8a43ddbca9db0c Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 2 Sep 2010 12:04:03 -0700 Subject: [PATCH] rgw: update the rgw_admin usage --- man/radosgw_admin.8 | 2 +- src/rgw/rgw_admin.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/radosgw_admin.8 b/man/radosgw_admin.8 index 111feee5e17ad..f85685a680b57 100644 --- a/man/radosgw_admin.8 +++ b/man/radosgw_admin.8 @@ -34,7 +34,7 @@ Dump the list of buckets that belong to a specific user. \fB\-\-uid=\fIid\fR Specify the user id for this operation. .TP -\fB\-\-key=\fIkey\fR +\fB\-\-secret=\fIkey\fR Configure the secret key for this user. .TP \fB\-\-display\-name=\fIname\fR diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index afeb41951fbfc..19d3003fb7aaa 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -25,7 +25,7 @@ void usage() cerr << "options:" << std::endl; cerr << " --uid= (S3 uid)" << std::endl; cerr << " --auth_uid= (librados uid)" << std::endl; - cerr << " --key=" << std::endl; + cerr << " --secret=" << std::endl; cerr << " --email=" << std::endl; cerr << " --display-name=" << std::endl; cerr << " --bucket=" << std::endl; -- 2.39.5