Browse Source

README: Fix save/restore brightness option flip

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 years ago
parent
commit
d686769b6c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -87,8 +87,8 @@ You may only specify one command flag at a time. These flags decide what the pro
87 87
 *  `-G` Get brightness
88 88
 *  `-N` Set minimum brightness to value (value needed!)
89 89
 *  `-P` Get minimum brightness
90
-*  `-I` Save the current brightness
91
-*  `-O` Restore the previously saved brightness
90
+*  `-O` Save the current brightness
91
+*  `-I` Restore the previously saved brightness
92 92
 
93 93
 Without any extra options, the command will operate on the device called `sysfs/backlight/auto`, which works as it's own device however it proxies the backlight device that has the highest controller resolution (read: highest precision). Values are interpreted and printed as percentage between 0.0 - 100.0.
94 94