aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/shell_liner.go
diff options
context:
space:
mode:
authorbingoohuang <bingoo.huang@gmail.com>2021-02-20 16:45:02 +0800
committerGitHub <noreply@github.com>2021-02-20 16:45:02 +0800
commitf69356f5890f28d102d807297f8a5da915435482 (patch)
treed5ee05dd243c1fa5d023a13f0e69d98b798802d9 /weed/shell/shell_liner.go
parent7ffe736d20f68cd0bd3d000649494e4550127c7d (diff)
parent565f7a6e724cf2dca401bd699a65f5814606ebfe (diff)
downloadseaweedfs-f69356f5890f28d102d807297f8a5da915435482.tar.xz
seaweedfs-f69356f5890f28d102d807297f8a5da915435482.zip
Merge pull request #3 from chrislusf/master
Diffstat (limited to 'weed/shell/shell_liner.go')
-rw-r--r--weed/shell/shell_liner.go2
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)