diff options
| author | Chris Lu <chris.lu@uber.com> | 2019-03-17 17:28:29 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2019-03-17 17:28:29 -0700 |
| commit | e48267e28731890c5b79d5baa8c91805f10a96f7 (patch) | |
| tree | ff3827f4ae1a3b1884f67bac22aa4fd6f7056f7e /weed/shell/command_collection_list.go | |
| parent | 657dd2e6c93c02f46b10dfd43fb6e9b38c025ece (diff) | |
| download | seaweedfs-e48267e28731890c5b79d5baa8c91805f10a96f7.tar.xz seaweedfs-e48267e28731890c5b79d5baa8c91805f10a96f7.zip | |
adjust output
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 aab347d09..34a406d67 100644 --- a/weed/shell/command_collection_list.go +++ b/weed/shell/command_collection_list.go @@ -18,7 +18,7 @@ func (c *commandCollectionList) Name() string { } func (c *commandCollectionList) Help() string { - return "\t\t # list all collections" + return "# list all collections" } func (c *commandCollectionList) Do(args []string, commandEnv *commandEnv, writer io.Writer) error { |
