adjust usage

This commit is contained in:
Chris Lu 2013-07-13 23:19:21 -07:00
parent d9c25ccbb0
commit de368ef3c3

View file

@ -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.