diff --git a/insert.go b/insert.go index ec972cc..3505163 100644 --- a/insert.go +++ b/insert.go @@ -86,5 +86,6 @@ func main() { fmt.Println(string(modified[offset : offset+maxSize])) - log.Println("now just rename the file to zip0_xbox.xzp :3") + log.Println("now just rename modified.xzp to zip0_xbox.xzp :3") + log.Println("and keep the original somewhere safe") }