]> WPIA git - motion.git/blobdiff - README.md
Merge branch 'admin_cleanup' into 'master'
[motion.git] / README.md
index 5470c43401c205db452a92c6448d8374a6d08e06..3bbaeb5f91c15d8d5262a58b73eea315e19a42aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,8 +196,22 @@ set FLASK_APP=motion.py
 
 To add a user use this command
 ```
-flask create-user "email address"
+flask create-user "email address" "host"
 
 ```
 
-The application will return a message for the success.
+The application will return a message for success.
+
+To mask motions use this command
+```
+flask motion_masking motionidentifier motionurl host"
+
+```
+
+where:
+
+* motionidentifier - the motion identifier or left part of it which should be cleaned
+* motionurl - an url to a motion that is the reason for the cleanup
+* host - host where the motions are located
+
+The application will return a message for success.