summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab507dcee..bdf0e3a68 100644
--- a/Makefile
+++ b/Makefile
@@ -361,7 +361,7 @@ run-server: prepare-enterprise start-docker
run-cli: prepare-enterprise start-docker
@echo Running mattermost for development
- @echo Example should be like >'make ARGS="-version" run-cli'
+ @echo Example should be like 'make ARGS="-version" run-cli'
$(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) *.go ${ARGS}