Bläddra i källkod

Fixed wrong help display

Alex 5 år sedan
förälder
incheckning
5a04d6268e
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/light.c

+ 2
- 2
src/light.c Visa fil

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