mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 03:47:55 +08:00
weed shell: adjust help text format
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user