summaryrefslogtreecommitdiff
path: root/src/ceph_authtool.cc
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-27 13:09:59 -0700
committerSage Weil <sage@newdream.net>2011-09-27 13:09:59 -0700
commite63b86d7507811baaacd906c440beeafac91cab8 (patch)
tree9e27804e7ba074b4fa0a2b9e0f94bf1ab25de1eb /src/ceph_authtool.cc
parent607634f60190a868801553fe1f293defda62419b (diff)
downloadceph-e63b86d7507811baaacd906c440beeafac91cab8.tar.gz
ceph-authtool: fix -C
Fixes: #1578 Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/ceph_authtool.cc')
-rw-r--r--src/ceph_authtool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ceph_authtool.cc b/src/ceph_authtool.cc
index bef361b7c0d..3ed7038f3fb 100644
--- a/src/ceph_authtool.cc
+++ b/src/ceph_authtool.cc
@@ -96,7 +96,7 @@ int main(int argc, const char **argv)
::encode(my_val, caps[my_key]);
} else if (ceph_argparse_flag(args, i, "-p", "--print-key", (char*)NULL)) {
print_key = true;
- } else if (ceph_argparse_flag(args, i, "--create-keyring", (char*)NULL)) {
+ } else if (ceph_argparse_flag(args, i, "-C", "--create-keyring", (char*)NULL)) {
create_keyring = true;
} else if (ceph_argparse_witharg(args, i, &val, "--import-keyring", (char*)NULL)) {
import_keyring = val;