shell: desupport filer url in the arguments

This commit is contained in:
Chris Lu
2020-03-23 20:46:17 -07:00
parent 40601953bf
commit d151185b7e
7 changed files with 11 additions and 15 deletions

View File

@@ -23,7 +23,8 @@ func (c *commandFsTree) Name() string {
func (c *commandFsTree) Help() string {
return `recursively list all files under a directory
fs.tree http://<filer_server>:<port>/dir/
fs.tree /some/dir
`
}