Browse Source

adjust help message

pull/1167/head
Chris Lu 5 years ago
parent
commit
71d55ec5cb
  1. 4
      weed/shell/command_fs_cat.go

4
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
`
}

Loading…
Cancel
Save