Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShooTeX committed Dec 30, 2022
1 parent 3195b9c commit da33036
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <INPUT> <CHUNK_TYPE> <MESSAGE> [OUTPUT_PATH]
Arguments:
<INPUT> File path or url to a png file
<CHUNK_TYPE> A chunk type, i.e. `ruSt`
<MESSAGE> Your secret message
[OUTPUT_PATH] The output for the PNG with the secret message
Options:
-h, --help Print help information
```

0 comments on commit da33036

Please sign in to comment.