aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--README12
-rw-r--r--src/adjbacklight.c14
3 files changed, 14 insertions, 14 deletions
diff --git a/COPYING b/COPYING
index f44cf77..10bd66a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
adjbacklight – Convient 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
diff --git a/README b/README
index 5916f92..1bc3df3 100644
--- a/README
+++ b/README
@@ -42,13 +42,13 @@ OPTIONS
-LEVEL Decrease brightness on devices by actual value.
=LEVEL Set brightness on devices by actual value.
- +LEVEL% Increase brightness on devices by percentage.
- -LEVEL% Decrease brightness on devices by percentage.
- =LEVEL% Set brightness on devices by percentage.
+ +LEVEL% Increase brightness on devices by percentage-points.
+ -LEVEL% Decrease brightness on devices by percentage-points.
+ =LEVEL% Set brightness on devices by percentage-points.
- +LEVEL%% Increase brightness on devices by relative percentage.
- -LEVEL%% Decrease brightness on devices by relative percentage.
- =LEVEL%% Set brightness on devices by relative percentage.
+ +LEVEL%% Increase brightness on devices by percentage.
+ -LEVEL%% Decrease brightness on devices by percentage.
+ =LEVEL%% Set brightness on devices by percentage.
SEE ALSO
xbindkeys(1), xbacklight(1), sys_class_backlight(5)
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:");