diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-12-14 22:52:52 -0800 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-12-14 22:52:52 -0800 |
| commit | 7ae7029154bff1a64dd5976a48c244dbdc591e35 (patch) | |
| tree | 10a5c302d5624f4057ea1d2461955f41074b00d2 /go | |
| parent | e921cb1a9d1cac23bd4863571f9b8cce2adfc78a (diff) | |
| download | seaweedfs-7ae7029154bff1a64dd5976a48c244dbdc591e35.tar.xz seaweedfs-7ae7029154bff1a64dd5976a48c244dbdc591e35.zip | |
adjust usage text to fit the display
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 097f1d7f2..df0e359b9 100644 --- a/go/weed/upload.go +++ b/go/weed/upload.go @@ -39,7 +39,7 @@ func init() { } var cmdUpload = &Command{ - UsageLine: "upload -server=localhost:9333 file1 [file2 file3]\n upload -server=localhost:9333 -dir=one_directory -include=*.pdf", + UsageLine: "upload -server=localhost:9333 file1 [file2 file3]\n weed 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. |
