Revision 439826ec kamaki/cli/commands/config_cli.py

b/kamaki/cli/commands/config_cli.py
40 40
_commands = [config_cmds]
41 41

  
42 42
about_options = '\nAbout options:\
43
    \n  syntax: [group.]option\
44
    \n  example: store.account\
45
    \n  special case: <option> is equivalent to global.<option>\
46
    \n  configuration file syntax:\
47
    \n    [group]\
48
    \n    option=value\
49
    \n    (more options can be set per group)'
43
    \n. syntax: [group.]option\
44
    \n. example: store.account\
45
    \n. special case: <option> is equivalent to global.<option>\
46
    \n. configuration file syntax:\
47
    \n.   [group]\
48
    \n.   option=value\
49
    \n.   (more options can be set per group)'
50 50

  
51 51

  
52 52
@command(config_cmds)

Also available in: Unified diff