diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index e1ebf31df6c..0f5f4096f12 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -140,7 +140,7 @@ COMMAND("auth list", "list authentication state") COMMAND("auth import", "auth import: read keyring file from input") COMMAND("auth add " \ "name=entity,type=CephString " \ - "name=caps,type=CephString,n=N", \ + "name=caps,type=CephString,n=N,req=false", \ "add auth info for from input file, or random key if no input given, and/or any caps specified in the command") COMMAND("auth get-or-create-key " \ "name=entity,type=CephString " \