diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 358c8d40..15d072a4 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -372,7 +372,7 @@ static struct cmd_t command_defs[] = { "resource indent ", "Indent resource line by spaces (0 to 10)." }, { "resource join on|off", "Join resource with previous line when only one available resource." }, { "presence indent ", "Indent presence line by spaces (-1 to 10), a value of -1 will show presence on the previous line." }, - { "size ", "Percentage of the screen taken up by the roster (1-99)." }, + { "size ", "Percentage of the screen taken up by the roster (1-99)." }, { "wrap on|off", "Enable or disable line wrapping in roster panel." }, { "add []", "Add a new item to the roster." }, { "remove ", "Removes an item from the roster." },