aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-27 00:07:15 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-27 00:07:15 +0100
commit5fe9da0f8db2c33df0115fc104b9b171f088f1cb (patch)
tree31fcbfd17565370c33ae98f255311f1805d9eaf9 /src
parentupdate makefile (diff)
downloadadjbacklight-5fe9da0f8db2c33df0115fc104b9b171f088f1cb.tar.gz
adjbacklight-5fe9da0f8db2c33df0115fc104b9b171f088f1cb.tar.bz2
adjbacklight-5fe9da0f8db2c33df0115fc104b9b171f088f1cb.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/adjbacklight.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/adjbacklight.c b/src/adjbacklight.c
index 77e3cf8..455fb70 100644
--- a/src/adjbacklight.c
+++ b/src/adjbacklight.c
@@ -1,7 +1,7 @@
/**
* adjbacklight – Convenient method for adjusting the backlight on your portable computer
*
- * Copyright © 2012, 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -290,13 +290,13 @@ int main(int argc, char** argv)
P("-LEVEL Decrease brightness on devices by actual value");
P("=LEVEL Set brightness on devices by actual value");
P("");
- P("+LEVEL% Increase brightness on devices by percentage");
- P("-LEVEL% Decrease brightness on devices by percentage");
- P("=LEVEL% Set brightness on devices by percentage");
+ P("+LEVEL% Increase brightness on devices by percentage-points");
+ P("-LEVEL% Decrease brightness on devices by percentage-points");
+ P("=LEVEL% Set brightness on devices by percentage-points");
P("");
- P("+LEVEL%% Increase brightness on devices by relative percentage");
- P("-LEVEL%% Decrease brightness on devices by relative percentage");
- P("=LEVEL%% Set brightness on devices by relative percentage");
+ P("+LEVEL%% Increase brightness on devices by percentage");
+ P("-LEVEL%% Decrease brightness on devices by percentage");
+ P("=LEVEL%% Set brightness on devices by percentage");
P("");
P("");
P("KEYBOARD:");