mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust usage text to fit the display
This commit is contained in:
parent
e921cb1a9d
commit
7ae7029154
|
@ -39,7 +39,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var cmdUpload = &Command{
|
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",
|
Short: "upload one or a list of files",
|
||||||
Long: `upload one or a list of files, or batch upload one whole folder recursively.
|
Long: `upload one or a list of files, or batch upload one whole folder recursively.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue