]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: MonCommands: adjust indentation for 'auth add'
authorJoao Eduardo Luis <joao@redhat.com>
Tue, 30 Sep 2014 18:11:01 +0000 (19:11 +0100)
committerJoao Eduardo Luis <joao@redhat.com>
Fri, 3 Oct 2014 15:24:20 +0000 (16:24 +0100)
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 <joao@redhat.com>
src/mon/MonCommands.h

index d7026150bd56ee534c66d37b20f85ad4c1ef39f5..d43268079226b97d0ea4dd08989397e87e149d99 100644 (file)
@@ -167,7 +167,8 @@ COMMAND("auth import", "auth import: read keyring file from -i <file>", \
 COMMAND("auth add " \
        "name=entity,type=CephString " \
        "name=caps,type=CephString,n=N,req=false", \
-       "add auth info for <entity> from input file, or random key if no input given, and/or any caps specified in the command",
+       "add auth info for <entity> 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 " \