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_meta_cat.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_meta_cat.go')
| -rw-r--r-- | weed/shell/command_fs_meta_cat.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/shell/command_fs_meta_cat.go b/weed/shell/command_fs_meta_cat.go index 9cbe852c0..cbbca746c 100644 --- a/weed/shell/command_fs_meta_cat.go +++ b/weed/shell/command_fs_meta_cat.go @@ -26,8 +26,6 @@ func (c *commandFsMetaCat) Help() string { fs.meta.cat /dir/ fs.meta.cat /dir/file_name - fs.meta.cat http://<filer_server>:<port>/dir/ - fs.meta.cat http://<filer_server>:<port>/dir/file_name ` } |
