diff options
| author | Chris Lu <chris.lu@uber.com> | 2019-03-23 11:54:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2019-03-23 11:54:26 -0700 |
| commit | bd1c0735e0bc3bf7a24ec948372b72a4a9652d03 (patch) | |
| tree | 0cd37c6688a45e0998f178e53185eea4004a7bca /weed/shell/command_collection_list.go | |
| parent | 6b70b3610530d9b3637fd4179a0f2cecc5541fdd (diff) | |
| download | seaweedfs-bd1c0735e0bc3bf7a24ec948372b72a4a9652d03.tar.xz seaweedfs-bd1c0735e0bc3bf7a24ec948372b72a4a9652d03.zip | |
weed shell: adjust help text format
Diffstat (limited to 'weed/shell/command_collection_list.go')
| -rw-r--r-- | weed/shell/command_collection_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_collection_list.go b/weed/shell/command_collection_list.go index 0db74ef20..cc16fd291 100644 --- a/weed/shell/command_collection_list.go +++ b/weed/shell/command_collection_list.go @@ -19,7 +19,7 @@ func (c *commandCollectionList) Name() string { } func (c *commandCollectionList) Help() string { - return "# list all collections" + return `list all collections` } func (c *commandCollectionList) Do(args []string, commandEnv *commandEnv, writer io.Writer) (err error) { |
