From: Joao Eduardo Luis Date: Tue, 30 Sep 2014 18:11:01 +0000 (+0100) Subject: mon: MonCommands: adjust indentation for 'auth add' X-Git-Tag: v0.87~41^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87d06f11c4b06bbb46dde431024308eb0d2ce3b3;p=ceph.git mon: MonCommands: adjust indentation for 'auth add' Eye-candy. We changed indentation of a few other entries and this one was just too darn obvious, itching all over, night terrors, the whole nine yards. Signed-off-by: Joao Eduardo Luis --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index d7026150bd56..d43268079226 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -167,7 +167,8 @@ COMMAND("auth import", "auth import: read keyring file from -i ", \ COMMAND("auth add " \ "name=entity,type=CephString " \ "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", + "add auth info for from input file, or random key if no " \ + "input is given, and/or any caps specified in the command", "auth", "rwx", "cli,rest") COMMAND("auth get-or-create-key " \ "name=entity,type=CephString " \