diff options
| author | Chris Lu <chris.lu@gmail.com> | 2017-08-10 10:26:36 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2017-08-10 10:26:39 -0700 |
| commit | dbee816205d19bf2f118bb886735321173805635 (patch) | |
| tree | f1de135c369ab5e2ba99a526695b871889b4a221 /weed/command/upload.go | |
| parent | 3a8746ca545b991e548c1253de4c34b6d0a2c39b (diff) | |
| download | seaweedfs-dbee816205d19bf2f118bb886735321173805635.tar.xz seaweedfs-dbee816205d19bf2f118bb886735321173805635.zip | |
fix typo
fix https://github.com/chrislusf/seaweedfs/issues/549
Diffstat (limited to 'weed/command/upload.go')
| -rw-r--r-- | weed/command/upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/upload.go b/weed/command/upload.go index 72ef0af73..c29d2b145 100644 --- a/weed/command/upload.go +++ b/weed/command/upload.go @@ -41,7 +41,7 @@ func init() { } var cmdUpload = &Command{ - UsageLine: "upload -master=localhost:9333 file1 [file2 file3]\n weed upload -server=localhost:9333 -dir=one_directory -include=*.pdf", + UsageLine: "upload -master=localhost:9333 file1 [file2 file3]\n weed upload -master=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. |
