From da3303613877870e1d3118a9164e9adfac8aab3c Mon Sep 17 00:00:00 2001 From: Erik Simon <10850738+ShooTeX@users.noreply.github.com> Date: Fri, 30 Dec 2022 02:04:42 +0100 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +```