Fix documentation for border styles.

This commit is contained in:
Ingo Bürk
2015-06-09 23:13:40 +02:00
parent 9571200baa
commit 9940571069
4 changed files with 26 additions and 17 deletions

View File

@ -816,7 +816,7 @@ void cmd_resize(I3_CMD, char *way, char *direction, char *resize_px, char *resiz
}
/*
* Implementation of 'border normal|none|1pixel|toggle|pixel'.
* Implementation of 'border normal|pixel [<n>]', 'border none|1pixel|toggle'.
*
*/
void cmd_border(I3_CMD, char *border_style_str, char *border_width) {