diff --git a/Mangle.go b/Mangle.go index f6c424e..4c62e17 100644 --- a/Mangle.go +++ b/Mangle.go @@ -44,7 +44,7 @@ type FlagOptions struct { func options() *FlagOptions { outFile := flag.String("O", "", "The new file name") - inputFile := flag.String("I", "", "Path to the orginal file") + inputFile := flag.String("I", "", "Path to the original file") CertCloner := flag.String("C", "", "Path to the file containing the certificate you want to clone") GoStrip := flag.Bool("M", false, "Edit the PE file to strip out Go indicators") size := flag.Int("S", 0, "How many MBs to increase the file by") diff --git a/README.md b/README.md index 42b0861..574712e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Usage of ./Mangle: -C string Path to the file containing the certificate you want to clone -I string - Path to the orginal file + Path to the original file -M Edit the PE file to strip out Go indicators -O string The new file name