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

@@ -24,9 +24,9 @@ func (c *commandFsDu) Name() string {
func (c *commandFsDu) Help() string {
return `show disk usage
fs.du http://<filer_server>:<port>/dir
fs.du http://<filer_server>:<port>/dir/file_name
fs.du http://<filer_server>:<port>/dir/file_prefix
fs.du /dir
fs.du /dir/file_name
fs.du /dir/file_prefix
`
}