mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
sotn-disk: show error when the command is not recognised
This commit is contained in:
parent
39af359431
commit
7de276c335
@ -49,6 +49,9 @@ func main() {
|
||||
inPath := os.Args[3]
|
||||
fileListPath := os.Args[4]
|
||||
err = makeDisc(cuePath, inPath, fileListPath)
|
||||
default:
|
||||
fmt.Printf("Invalid command: %s\n\n", cmd)
|
||||
printHelp()
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user