This commit is contained in:
yo 2023-01-21 18:47:04 +01:00
parent 5578091190
commit f82e0ddea3

View File

@ -25,6 +25,7 @@ func main() {
flag.Parse()
if len(flag.Args()) < 1 {
fmt.Printf("deldify v%s\n", gVersion)
fmt.Printf("Usage: deldify filename\n")
os.Exit(1)
}