瀏覽代碼

README: Fix save/restore brightness option flip

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 年之前
父節點
當前提交
d686769b6c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -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