X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=README.md;h=3bbaeb5f91c15d8d5262a58b73eea315e19a42aa;hp=76444524e5882c97210c783e448348902932f3bc;hb=7f7b44cb967ae9b99ddcbf3879c92d448570d49c;hpb=1653400a1d07f3433e1f8e10f484de9f88593c3f diff --git a/README.md b/README.md index 7644452..3bbaeb5 100644 --- a/README.md +++ b/README.md @@ -200,4 +200,18 @@ 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.