diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-07-13 23:19:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-07-13 23:19:21 -0700 |
| commit | de368ef3c3e27c89cfd52a21e1103c40df1a62f2 (patch) | |
| tree | d0efbd94acc37d91d33569da5b1c3a0188733b87 /go | |
| parent | d9c25ccbb0b0e9ddc3189a097177099a35a09052 (diff) | |
| download | seaweedfs-de368ef3c3e27c89cfd52a21e1103c40df1a62f2.tar.xz seaweedfs-de368ef3c3e27c89cfd52a21e1103c40df1a62f2.zip | |
adjust usage
Diffstat (limited to 'go')
| -rw-r--r-- | go/weed/upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/upload.go b/go/weed/upload.go index 9d9a02527..7a72074f2 100644 --- a/go/weed/upload.go +++ b/go/weed/upload.go @@ -29,7 +29,7 @@ func init() { } var cmdUpload = &Command{ - UsageLine: "upload -server=localhost:9333 file1 [file2 file3]\n upload -server=localhost:9333 -dir=one_directory", + UsageLine: "upload -server=localhost:9333 file1 [file2 file3]\n upload -server=localhost:9333 -dir=one_directory -include=*.pdf", Short: "upload one or a list of files", Long: `upload one or a list of files, or batch upload one whole folder recursively. It uses consecutive file keys for the list of files. |
