From 1fd5afd6a81052755588169ef522268e4683096f Mon Sep 17 00:00:00 2001 From: Robin van Genderen Date: Mon, 11 Mar 2019 10:28:24 +0100 Subject: [PATCH] Change readme example --- webapp_admin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp_admin/README.md b/webapp_admin/README.md index b45ada3..1b4ff6a 100644 --- a/webapp_admin/README.md +++ b/webapp_admin/README.md @@ -12,8 +12,8 @@ Reset WebApp settings Change free/busy to 36 months > python3 webapp_admin -u john --free-busy=36 -If you want to make a change for all users don't pass the user parameter. Example: -> python3 webapp_admin --icons Breeze +If you want to make a change for all users pass the --all-users parameter. Example: +> python3 webapp_admin --all-users --icons Breeze # Dependencies @@ -21,4 +21,4 @@ If you want to make a change for all users don't pass the user parameter. Exampl - python-kopano - python-mapi - OpenSSL -- dotty_dict \ No newline at end of file +- dotty_dict