aboutsummaryrefslogtreecommitdiff
path: root/brightnessctl.c
diff options
context:
space:
mode:
authorGravatar Fabio Alessandro Locati <fale@redhat.com>2016-11-27 17:46:11 +0000
committerGravatar Fabio Alessandro Locati <fale@redhat.com>2016-11-27 17:46:11 +0000
commit45585924a301db14bfe06d95edc0cd722ee1d69f (patch)
tree832a1061aff83356edcd68204bc483c692789ef9 /brightnessctl.c
parent2497c79cb58c2952bdf53aa629ae64cddacb20f3 (diff)
Improve readme and help
Diffstat (limited to 'brightnessctl.c')
-rw-r--r--brightnessctl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/brightnessctl.c b/brightnessctl.c
index 4f47cd1..3810267 100644
--- a/brightnessctl.c
+++ b/brightnessctl.c
@@ -502,6 +502,12 @@ Operations:\n\
g, get\t\t\tget current brightness of the device.\n\
m, max\t\t\tget maximum brightness of the device.\n\
s, set VALUE\t\t\tset brightness of the device.\n\
+\n\
+Valid values:\n\
+ specific value\t\tExample: 500\n\
+ percentage value\t\tExample: 50%%\n\
+ specific delta\t\tExample: 50-\n\
+ percentage delta\t\tExample: 50%%-\n\
\n");
}