Update pgpainless-cli/README.md

This commit is contained in:
Paul Schaub 2021-07-15 17:50:57 +02:00
parent 24db3da9dd
commit 88faaf5dd0
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ To build an executable, `gradle jar` should be sufficient. The resulting jar fil
## Execute
Simply use the provided `./pgpainless` script to execute PGPainless' Stateless Command Line Interface.
Alternatively you can use the provided `./pgpainless-cli` script to execute PGPainless' Stateless Command Line Interface from within Gradle.
To discover all commands use
To discover all available commands use
```
./pgpainless help
./pgpainless-cli help
```
Enjoy!