diff options
Diffstat (limited to 'weed/shell/command_fs_ls.go')
| -rw-r--r-- | weed/shell/command_fs_ls.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/shell/command_fs_ls.go b/weed/shell/command_fs_ls.go index 93b86fa9f..5c5130c53 100644 --- a/weed/shell/command_fs_ls.go +++ b/weed/shell/command_fs_ls.go @@ -26,6 +26,9 @@ func (c *commandFsLs) Name() string { func (c *commandFsLs) Help() string { return `list all files under a directory + fs.ls [-l] [-a] /dir/ + fs.ls [-l] [-a] /dir/file_name + fs.ls [-l] [-a] /dir/file_prefix fs.ls [-l] [-a] http://<filer_server>:<port>/dir/ fs.ls [-l] [-a] http://<filer_server>:<port>/dir/file_name fs.ls [-l] [-a] http://<filer_server>:<port>/dir/file_prefix |
