mirror of
https://github.com/syssecfsu/witty.git
synced 2025-01-11 20:52:43 +01:00
Wip
This commit is contained in:
parent
0c5915677e
commit
425235aa1f
@ -26,7 +26,8 @@ func main() {
|
|||||||
left := flag.Args()
|
left := flag.Args()
|
||||||
|
|
||||||
if len(left) != 1 {
|
if len(left) != 1 {
|
||||||
log.Fatalln("Usage: replay -w/wait time <recordfile>")
|
fmt.Println("Usage: replay -w/wait time <recordfile>")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fp, err := os.Open(left[0])
|
fp, err := os.Open(left[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user