summaryrefslogtreecommitdiffstats
path: root/cmd/mattermost/commands/user.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-05-18 10:34:37 -0700
committerGitHub <noreply@github.com>2018-05-18 10:34:37 -0700
commit88a8703766c422d69d061854269b926c9d3ae4b1 (patch)
treefcf8f4d0aa574dcf03d4adbb9f51a9b6f6106ad4 /cmd/mattermost/commands/user.go
parent0432f995ec27de9ee6cc2f5847d4a17fcc095a26 (diff)
downloadchat-88a8703766c422d69d061854269b926c9d3ae4b1.tar.gz
chat-88a8703766c422d69d061854269b926c9d3ae4b1.tar.bz2
chat-88a8703766c422d69d061854269b926c9d3ae4b1.zip
Fixing CMD docs. (#8827)
Diffstat (limited to 'cmd/mattermost/commands/user.go')
-rw-r--r--cmd/mattermost/commands/user.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mattermost/commands/user.go b/cmd/mattermost/commands/user.go
index ebcebcce8..373fe7463 100644
--- a/cmd/mattermost/commands/user.go
+++ b/cmd/mattermost/commands/user.go
@@ -170,7 +170,7 @@ func init() {
MigrateAuthCmd.Flags().Bool("auto", false, "Automatically migrate all users. Assumes the usernames and emails are identical between Mattermost and SAML services. (saml only)")
MigrateAuthCmd.Flags().Bool("dryRun", false, "Run a simulation of the migration process without changing the database.")
MigrateAuthCmd.SetUsageTemplate(`Usage:
- platform user migrate_auth [from_auth] [to_auth] [migration-options] [flags]
+ mattermost user migrate_auth [from_auth] [to_auth] [migration-options] [flags]
Examples:
{{.Example}}
@@ -194,7 +194,7 @@ Global Flags:
{{.InheritedFlags.FlagUsages | trimTrailingWhitespaces}}
`)
MigrateAuthCmd.SetHelpTemplate(`Usage:
- platform user migrate_auth [from_auth] [to_auth] [migration-options] [flags]
+ mattermost user migrate_auth [from_auth] [to_auth] [migration-options] [flags]
Examples:
{{.Example}}