mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust help message
This commit is contained in:
parent
d0aa0c5086
commit
71d55ec5cb
|
@ -24,12 +24,8 @@ func (c *commandFsCat) Name() string {
|
||||||
func (c *commandFsCat) Help() string {
|
func (c *commandFsCat) Help() string {
|
||||||
return `stream the file content on to the screen
|
return `stream the file content on to the screen
|
||||||
|
|
||||||
fs.cat /dir/
|
|
||||||
fs.cat /dir/file_name
|
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_name
|
||||||
fs.cat http://<filer_server>:<port>/dir/file_prefix
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue