Explorar el Código

Improve documentation, fix #24

Fredrik Svantesson hace 7 años
padre
commit
5b302a0a92
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      README.md

+ 3
- 1
README.md Ver fichero

@@ -85,7 +85,9 @@ The minimum brightness is a feature implemented as some controllers make the scr
85 85
 
86 86
 ### Controller modes
87 87
 
88
-Finally, you can either use the built-in controller selection to get the controller with the maximum precision, or you can specify one manually with the -s flag. The -a flag will force automatic mode and is default. Use -L to get a list of controllers to use with the -s flag (to specify which controller to use).
88
+Finally, you can either use the built-in controller selection to get the controller with the maximum precision, or you can specify one manually with the -s flag. The -a flag will force automatic mode and is default. Use -L to get a list of controllers to use with the -s flag (to specify which controller to use). 
89
+
90
+**Notice: You _need_ to include the `-s` or `-a` flag on _every_ command you run. The controller setting will _not_ be stored anywhere! If you do not use any of the flags, it will always default to automatic selection.**
89 91
 
90 92
 ### Examples
91 93