summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-16 18:30:04 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-16 18:30:04 -0800
commit59722a13eef85cbe4a3cf710683c0ea0cb99348f (patch)
treeae829914b378367101dac919df62a48b558d470d /mattermost.go
parentcbee8674d2c930a1d9ee98c1f2fb76f96d666900 (diff)
downloadchat-59722a13eef85cbe4a3cf710683c0ea0cb99348f.tar.gz
chat-59722a13eef85cbe4a3cf710683c0ea0cb99348f.tar.bz2
chat-59722a13eef85cbe4a3cf710683c0ea0cb99348f.zip
changing help text
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/mattermost.go b/mattermost.go
index 37b4c4c06..80f47b9d6 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -569,13 +569,15 @@ Usage:
-permanent_delete_user Permanently deletes a user and all related information
include posts from the database. It requires the
- -team_name, and -email flag.
+ -team_name, and -email flag. You may need to restart the
+ server to invlidate the cache
Example:
platform -permanent_delete_user -team_name="name" -email="user@example.com"
-permanent_delete_team Permanently deletes a team and all users along with
all related information including posts from the database.
- It requires the -team_name flag.
+ It requires the -team_name flag. You may need to restart
+ the server to invalidate the cache.
Example:
platform -permanent_delete_team -team_name="name"