diff --git a/example.go b/example.go index 12c9652..e886c81 100644 --- a/example.go +++ b/example.go @@ -81,7 +81,7 @@ func main() { encBytes := wrappers.Encrypt([]byte(os.Args[2]), []byte(os.Args[3])) os.WriteFile(outputFile, encBytes, 0600) default: - fmt.Println("Usage: rcw [init ] | [enc ] | [dec] | []") + fmt.Println("Usage: rcw [init ] | [enc ] | dec | ") } }