]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-authtool: Fix usage, it's --print-key not --print.
authorTommi Virtanen <tv@inktank.com>
Thu, 2 Aug 2012 20:02:04 +0000 (13:02 -0700)
committerTommi Virtanen <tv@inktank.com>
Thu, 2 Aug 2012 20:02:04 +0000 (13:02 -0700)
Signed-off-by: Tommi Virtanen <tv@inktank.com>
src/ceph_authtool.cc
src/test/cli/ceph-authtool/help.t
src/test/cli/ceph-authtool/manpage.t
src/test/cli/ceph-authtool/simple.t

index 035994c17ea9b7bfdd6b8267f5e74cf6214bc0c7..c0a06ca1e53760040e09ec53b32688a2f4b63529 100644 (file)
@@ -33,7 +33,7 @@ void usage()
        << "where the options are:\n"
        << "  -l, --list                    will list all keys and capabilities present in\n"
        << "                                the keyring\n"
-       << "  -p, --print                   will print an encoded key for the specified\n"
+       << "  -p, --print-key               will print an encoded key for the specified\n"
        << "                                entityname. This is suitable for the\n"
        << "                                'mount -o secret=..' argument\n"
        << "  -C, --create-keyring          will create a new keyring, overwriting any\n"
index 957325dabc0350c083f9a4f680dec2dee5e4c418..7434ec4a7c00d09c96ac29949b64e8ee8c726df5 100644 (file)
@@ -5,7 +5,7 @@
   where the options are:
     -l, --list                    will list all keys and capabilities present in
                                   the keyring
-    -p, --print                   will print an encoded key for the specified
+    -p, --print-key               will print an encoded key for the specified
                                   entityname. This is suitable for the
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any
index b87059e390e10329d9687121c866b45c8ba78811..69e15fa51c3579848f158a448210486a4a85dc72 100644 (file)
@@ -4,7 +4,7 @@
   where the options are:
     -l, --list                    will list all keys and capabilities present in
                                   the keyring
-    -p, --print                   will print an encoded key for the specified
+    -p, --print-key               will print an encoded key for the specified
                                   entityname. This is suitable for the
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any
index 16a1d50adaf6ad2b0c452de4f0d8e9f744e97aec..69d027c13421d90c68f077996c15b2974023f7c9 100644 (file)
@@ -4,7 +4,7 @@
   where the options are:
     -l, --list                    will list all keys and capabilities present in
                                   the keyring
-    -p, --print                   will print an encoded key for the specified
+    -p, --print-key               will print an encoded key for the specified
                                   entityname. This is suitable for the
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any