mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-25 03:29:10 +08:00
promptive error message
This commit is contained in:
parent
06444b7c52
commit
030dde227a
@ -40,6 +40,10 @@ func runExport(cmd *Command, args []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if *dest!="" && !strings.HasSuffix(*dest, ".tar") {
|
||||
fmt.Println("the output file", *dest, "should ends with .tar")
|
||||
return false
|
||||
}
|
||||
var err error
|
||||
if strings.HasSuffix(*dest, ".tar") {
|
||||
var fh *os.File
|
||||
|
Loading…
Reference in New Issue
Block a user