diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-20 08:22:32 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-20 08:22:32 -0800 |
| commit | 71d55ec5cb98631301c0408a754f0d4ff1a61d18 (patch) | |
| tree | c2d6695be8e9b837d763d023d948508197d2a738 /weed/shell/command_fs_cat.go | |
| parent | d0aa0c50864d2c1473f0918614c66351297bd579 (diff) | |
| download | seaweedfs-71d55ec5cb98631301c0408a754f0d4ff1a61d18.tar.xz seaweedfs-71d55ec5cb98631301c0408a754f0d4ff1a61d18.zip | |
adjust help message
Diffstat (limited to 'weed/shell/command_fs_cat.go')
| -rw-r--r-- | weed/shell/command_fs_cat.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/shell/command_fs_cat.go b/weed/shell/command_fs_cat.go index 66ced46c5..9db36e9d1 100644 --- a/weed/shell/command_fs_cat.go +++ b/weed/shell/command_fs_cat.go @@ -24,12 +24,8 @@ func (c *commandFsCat) Name() string { func (c *commandFsCat) Help() string { return `stream the file content on to the screen - fs.cat /dir/ fs.cat /dir/file_name - fs.cat /dir/file_prefix - fs.cat http://<filer_server>:<port>/dir/ fs.cat http://<filer_server>:<port>/dir/file_name - fs.cat http://<filer_server>:<port>/dir/file_prefix ` } |
