diff --git a/readme.md b/readme.md index faf58f3..a24b01d 100644 --- a/readme.md +++ b/readme.md @@ -8,19 +8,19 @@ Remove recipients in webapp ###### List recipients ```python - python remove-recipients.py --user --list +python remove-recipients.py --user --list ``` ###### Remove recipient Remove options is searching in display_name, smtp_address or email_address. ```python - python remove-recipients.py --user --remove +python remove-recipients.py --user --remove ``` ###### Clear history ```python - python remove-recipients.py --user --remove-all + python remove-recipients.py --user --remove-all ``` #### Example @@ -28,5 +28,5 @@ Remove options is searching in display_name, smtp_address or email_address. Remove all recipients that have example.com in there display_name, smtp_address or email_address ```python - python remove-recipients.py --user user --remove example.com +python remove-recipients.py --user user --remove example.com ``` \ No newline at end of file