weed shell: adjust help text format

This commit is contained in:
Chris Lu
2019-03-23 11:54:26 -07:00
parent 6b70b36105
commit bd1c0735e0
5 changed files with 21 additions and 8 deletions

View File

@@ -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) {