Browse Source

Fixed wrong help display

Alex 5 years ago
parent
commit
5a04d6268e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/light.c

+ 2
- 2
src/light.c View File

@@ -195,8 +195,8 @@ static void _light_print_usage()
195 195
         "  -G          Get brightness\n"
196 196
         "  -N          Set minimum brightness to value\n"
197 197
         "  -P          Get minimum brightness\n"
198
-        "  -I          Save the current brightness\n"
199
-        "  -O          Restore the previously saved brightness\n"
198
+        "  -O          Save the current brightness\n"
199
+        "  -I          Restore the previously saved brightness\n"
200 200
 
201 201
 
202 202
         "\n"