diff options
Diffstat (limited to 'src/cauthtool.cc')
-rw-r--r-- | src/cauthtool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cauthtool.cc b/src/cauthtool.cc index cde058917cd..bef361b7c0d 100644 --- a/src/cauthtool.cc +++ b/src/cauthtool.cc @@ -29,7 +29,7 @@ using namespace std; void usage() { - cout << "usage: cauthtool keyringfile [OPTIONS]...\n" + cout << "usage: ceph-authtool keyringfile [OPTIONS]...\n" << "where the options are:\n" << " -l, --list will list all keys and capabilities present in\n" << " the keyring\n" |