diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-23 20:46:17 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-23 20:46:17 -0700 |
| commit | d151185b7e5c7912afc38a36c163ef87eedcde3d (patch) | |
| tree | d1ae92feac61c70596d9266b97b5aea792d3112f /weed/shell/command_fs_tree.go | |
| parent | 40601953bfb6cfc0d27aee6d5ce07c69eccc48ca (diff) | |
| download | seaweedfs-d151185b7e5c7912afc38a36c163ef87eedcde3d.tar.xz seaweedfs-d151185b7e5c7912afc38a36c163ef87eedcde3d.zip | |
shell: desupport filer url in the arguments
Diffstat (limited to 'weed/shell/command_fs_tree.go')
| -rw-r--r-- | weed/shell/command_fs_tree.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_fs_tree.go b/weed/shell/command_fs_tree.go index d1f639cff..0982082db 100644 --- a/weed/shell/command_fs_tree.go +++ b/weed/shell/command_fs_tree.go @@ -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 + ` } |
