Skip to content

Commit

Permalink
add command line options to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction authored Oct 17, 2023
1 parent 8ea591b commit 9cb5d33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,22 @@ if hash stegage; then
PROG=stegage source <(stegage bash)
fi
```
## Command line options

```console
⤷ stegage help
NAME:
stegage - encrypt and conceal (steganography) a file

USAGE:
stegage [global options] command [command options] [arguments...]

COMMANDS:
encode, e Encrypt a file with age and additionally conceal with steganography
decode, d Decrypt an age encrypted file inside of an image file
bash Dump bash complete script
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help (default: false)
```

0 comments on commit 9cb5d33

Please sign in to comment.