diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-18 10:34:46 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-18 10:34:49 -0800 |
| commit | 816ef0ed302c263939ce900a01624f80dbdf17b9 (patch) | |
| tree | 98f23a3cfc44a6b6b4afdae2d8794c18d1e90c87 | |
| parent | f23f34d85d34e28a08a92bfcc0e0809cf951113e (diff) | |
| download | seaweedfs-816ef0ed302c263939ce900a01624f80dbdf17b9.tar.xz seaweedfs-816ef0ed302c263939ce900a01624f80dbdf17b9.zip | |
add more help message
fix https://github.com/chrislusf/seaweedfs/issues/1816
| -rw-r--r-- | weed/shell/shell_liner.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <command>" for help on <command> + `Type: "help <command>" for help on <command>. Most commands support "<command> -h" also for options. ` fmt.Print(msg) |
