From 0bdae416032d697233cb08f08ca63e2e056a9f69 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 7 Feb 2025 22:12:33 +0530 Subject: [PATCH] MM-61215: Clarify to use --bypass-upload flag (#29761) https://mattermost.atlassian.net/browse/MM-61215 ```release-note NONE ``` Co-authored-by: Mattermost Build --- server/cmd/mmctl/commands/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cmd/mmctl/commands/import.go b/server/cmd/mmctl/commands/import.go index 94455619c5..afdd6f0181 100644 --- a/server/cmd/mmctl/commands/import.go +++ b/server/cmd/mmctl/commands/import.go @@ -186,7 +186,7 @@ func importUploadCmdF(c client.Client, command *cobra.Command, args []string) er isLocal, _ := command.Flags().GetBool("local") if isLocal { - printer.PrintWarning("In --local mode, you don't need to upload the file to server any more. Directly use the import process command and pass the export file.") + printer.PrintWarning("In --local mode, you don't need to upload the file to server any more. Directly use the import process command with the --bypass-upload flag and pass the export file.") } file, err := os.Open(filepath)