Parcourir la source

Merge branch 'master' of https://github.com/alexmohr/light into alexmohr-master

Joachim Nilsson il y a 5 ans
Parent
révision
02d97dd7dc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/light.c

+ 2
- 2
src/light.c Voir le fichier

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