]> git-server-git.apps.pok.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, 5 Jan 2026 21:23:30 +0000 (16:23 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/tools/ceph_authtool.cc

index 5e3298a4295e8e18905b26391c9582d8f0685afe..bd25bad1d4624cd5097248b3655f284451d9445c 100644 (file)
@@ -43,6 +43,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"