]> WPIA git - motion.git/blobdiff - README.md
add: adjust user handling per host
[motion.git] / README.md
index 5470c43401c205db452a92c6448d8374a6d08e06..76444524e5882c97210c783e448348902932f3bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ set FLASK_APP=motion.py
 
 To add a user use this command
 ```
-flask create-user "email address"
+flask create-user "email address" "host"
 
 ```