mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue