1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-30 22:31:06 +02:00

adjust help message

This commit is contained in:
Chris Lu 2019-12-20 08:22:32 -08:00
parent d0aa0c5086
commit 71d55ec5cb

View file

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