diff --git a/README.md b/README.md index 877d1a5..60bd9ab 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,18 @@ Options: -h, --help Print help information -V, --version Print version information ``` + +```stdout +Encode a secret message into a PNG file + +Usage: pngme encode [OUTPUT_PATH] + +Arguments: + File path or url to a png file + A chunk type, i.e. `ruSt` + Your secret message + [OUTPUT_PATH] The output for the PNG with the secret message + +Options: + -h, --help Print help information +```