mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@57 282b0af5-e82d-9cf1-ede4-77906d7719d0
This commit is contained in:
parent
577bbcb2e3
commit
2af8c354a7
|
@ -106,6 +106,8 @@ func submit(files []string)([]SubmitResult) {
|
|||
func main() {
|
||||
flag.Parse()
|
||||
if len(flag.Args()) == 0 {
|
||||
fmt.Fprintln(os.Stderr, "Submit one file or multiple version of the same file.")
|
||||
fmt.Fprintf(os.Stderr, "Usage: %s -server=<host>:<port> file1 [file2 file3 ...]\n", os.Args[0])
|
||||
flag.Usage()
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue