From: Patrick Donnelly Date: Fri, 21 Mar 2025 16:54:33 +0000 (-0400) Subject: tools/ceph_authtool: add help message for key-type switch X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=847d7aca7b358ab1067cc2c992f1001cce42d1d7;p=ceph-ci.git tools/ceph_authtool: add help message for key-type switch Signed-off-by: Patrick Donnelly --- diff --git a/src/tools/ceph_authtool.cc b/src/tools/ceph_authtool.cc index 0a9f1868d7e..af53c51dc91 100644 --- a/src/tools/ceph_authtool.cc +++ b/src/tools/ceph_authtool.cc @@ -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"