diff options
Diffstat (limited to 'weed/shell/command_fs_du.go')
| -rw-r--r-- | weed/shell/command_fs_du.go | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/weed/shell/command_fs_du.go b/weed/shell/command_fs_du.go index cdc9d98ef..1206596b0 100644 --- a/weed/shell/command_fs_du.go +++ b/weed/shell/command_fs_du.go @@ -25,7 +25,12 @@ func (c *commandFsDu) Name() string { } func (c *commandFsDu) Help() string { - return "http://<filer_server>:<port>/dir[/file] # show disk usage" + 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 +` } func (c *commandFsDu) Do(args []string, commandEnv *commandEnv, writer io.Writer) (err error) { |
