Clarified the multidescer docstring a little.
This commit is contained in:
parent
5f730952b1
commit
0ad84346d1
1 changed files with 3 additions and 4 deletions
|
|
@ -136,10 +136,9 @@ class CmdMultiDesc(default_cmds.MuxCommand):
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
When combining multiple descs with +desc/set <key> + <key2> + ...,
|
When combining multiple descs with +desc/set <key> + <key2> + ...,
|
||||||
you can add custom text between the '+' signs. Any text
|
any keys not matching an actual description will be inserted
|
||||||
not a '+' or identified a as a desc key will be added to the
|
as plain text. Use e.g. ansi line break ||/ to add a new
|
||||||
final string. Use e.g. ansi line break ||/ to add a new
|
paragraph and + + or ansi space ||_ to add extra whitespace.
|
||||||
paragraph. Whitespace around keys (only) will be stripped.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
key = "+desc"
|
key = "+desc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue