From 816ef0ed302c263939ce900a01624f80dbdf17b9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 18 Feb 2021 10:34:46 -0800 Subject: [PATCH] add more help message fix https://github.com/chrislusf/seaweedfs/issues/1816 --- weed/shell/shell_liner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go index 2d5166acf..00adb1abc 100644 --- a/weed/shell/shell_liner.go +++ b/weed/shell/shell_liner.go @@ -92,7 +92,7 @@ func processEachCmd(reg *regexp.Regexp, cmd string, commandEnv *CommandEnv) bool func printGenericHelp() { msg := - `Type: "help " for help on + `Type: "help " for help on . Most commands support " -h" also for options. ` fmt.Print(msg)