diff options
author | James Booth <boothj5@gmail.com> | 2015-11-22 01:51:32 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-22 01:51:32 +0000 |
commit | fade5469df19c217c06c73cd28f3b3eb0576d749 (patch) | |
tree | f61fa4390eeaa0eb58558ea461b423645fa08073 | |
parent | 8413020ab43a7b689881ebbcc2a67d8f4fc9fdef (diff) | |
download | profani-tty-fade5469df19c217c06c73cd28f3b3eb0576d749.tar.gz |
Updated help
-rw-r--r-- | src/command/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/command.c b/src/command/command.c index 313898c1..d3895247 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -320,9 +320,9 @@ static struct cmd_t command_defs[] = { "char header none", "Remove roster header character prefix." }, { "char contact <char>", "Prefix roster contacts with specificed character." }, { "char contact none", "Remove roster contact character prefix." }, - { "indent contact <indent>", "Indent contact line by <indent> spaces." }, - { "indent resource <indent>", "Indent resource line by <indent> spaces." }, - { "indent presence <indent>", "Indent presence line by <indent> spaces." }, + { "indent contact <indent>", "Indent contact line by <indent> spaces (0 to 10)." }, + { "indent resource <indent>", "Indent resource line by <indent> spaces (0 to 10)." }, + { "indent presence <indent>", "Indent presence line by <indent> spaces (-1 to 10), a value of -1 will show presence on the previous line." }, { "size <precent>", "Percentage of the screen taken up by the roster (1-99)." }, { "wrap on|off", "Enabled or disanle line wrapping in roster panel." }, { "add <jid> [<nick>]", "Add a new item to the roster." }, |