]> 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>
Wed, 1 Oct 2025 18:46:52 +0000 (14:46 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/tools/ceph_authtool.cc

index 0a9f1868d7e538729555f85f753cf98a693ab8f2..af53c51dc91efcc0f56bd599e18b09c5a19f34b6 100644 (file)
@@ -42,6 +42,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"