fixes from review

This commit is contained in:
Ethan Buchman
2017-10-25 21:54:56 -04:00
parent bb7b152af5
commit 57a684d5ac
6 changed files with 34 additions and 9 deletions

View File

@ -18,7 +18,7 @@ import (
func main() {
if len(os.Args) < 4 {
fmt.Println("3 arguments required: <path-to-wal> height-to-stop <output-wal>")
fmt.Println("3 arguments required: <path-to-wal> <height-to-stop> <output-wal>")
os.Exit(1)
}