瀏覽代碼

Improve documentation, fix #24

Fredrik Svantesson 7 年之前
父節點
當前提交
5b302a0a92
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

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