From 71d55ec5cb98631301c0408a754f0d4ff1a61d18 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 20 Dec 2019 08:22:32 -0800 Subject: [PATCH] adjust help message --- weed/shell/command_fs_cat.go | 4 ---- 1 file changed, 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://:/dir/ fs.cat http://:/dir/file_name - fs.cat http://:/dir/file_prefix ` }