]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tools/ceph_authtool: add help message for key-type switch
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 21 Mar 2025 16:54:33 +0000 (12:54 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 13 Oct 2025 23:59:29 +0000 (19:59 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 47dfe121cfdf557b7a0eaa7d7d9478d5da3719e6)

src/tools/ceph_authtool.cc

index 257e8e87cf14b20f948a3b87b5e4bb92a7fa8ccb..dd5bff7e5f158dec335e0f1711e8fb64359a69e2 100644 (file)
@@ -41,6 +41,7 @@ void usage()
        << "                                existing keyringfile\n"
        << "  -g, --gen-key                 will generate a new secret key for the\n"
        << "                                specified entityname\n"
+       << "  -t, --key-type KEY_TYPE       set the key-type\n"
        << "  --gen-print-key               will generate a new secret key without set it\n"
        << "                                to the keyringfile, prints the secret to stdout\n"
        << "  --import-keyring FILE         will import the content of a given keyring\n"