fix syntax: priorities aren't numeric any more
This commit is contained in:
@@ -132,7 +132,7 @@ screen_del_func (Client * c, int argc, char **argv)
|
|||||||
* Configures info about a particular screen, such as its
|
* Configures info about a particular screen, such as its
|
||||||
* name, priority, or duration
|
* name, priority, or duration
|
||||||
*
|
*
|
||||||
* usage: screen_set <id> [ -priority <int> ] [ -name <name> ] [ -duration <int> ]
|
* usage: screen_set <id> [ -priority <prio> ] [ -name <name> ] [ -duration <int> ]
|
||||||
* [ -wid <width> ] [ -hgt <height> ] [ -heartbeat <type> ] [ -cursor <type> ]
|
* [ -wid <width> ] [ -hgt <height> ] [ -heartbeat <type> ] [ -cursor <type> ]
|
||||||
* [ -cursor_x <xpos> ] [ -cursor_y <ypos> ]
|
* [ -cursor_x <xpos> ] [ -cursor_y <ypos> ]
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user