diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:42:11 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:42:11 +0100 | 
| commit | 8e486d402e92742a22d35dc4d458fdf15645d985 (patch) | |
| tree | 38fc1c9ba6eb2237d77aeca078fbc34aed2e0af0 | |
| parent | Add support for using stdin instead of spawning multiple times when adjusting rapidly (diff) | |
| download | adjbacklight-6d2064ead76b0dcee4ac12d1a80a456cfe09302a.tar.gz adjbacklight-6d2064ead76b0dcee4ac12d1a80a456cfe09302a.tar.bz2 adjbacklight-6d2064ead76b0dcee4ac12d1a80a456cfe09302a.tar.xz | |
Update readme8.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -7,7 +7,9 @@ SYNOPSIS  DESCRIPTION  	adjbacklight can be used to fetch or set the backlight  	non-interactively. If these feature is not used, it starts -	a interactive user interface in the terminal. +	a interactive user interface in the terminal. However, if +	stdin is not a terminal, every line from stdin is parsed +	as a -s argument.  	adjbacklight installs with the set-uid bit set, to enable any user  	to change the backlight on the computer. | 
