Selaa lähdekoodia

Fixed wrong help display

Alex 5 vuotta sitten
vanhempi
commit
5a04d6268e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/light.c

+ 2
- 2
src/light.c Näytä tiedosto

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