Skip to content

Commit

Permalink
docs(readme): clarify the command success
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 11, 2023
1 parent 8605a8d commit 9a6e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you deal with command-line tools often, it might take some time to figure out
- for **help**: `-v`, `-V`, `--version`
- for **version info**: `-h`, `--help`, `help`, `-H`

If one of these arguments succeeds, it prints the output and exits. This way, you can get informed about the version and help in one single command. You can also customize this list with a configuration file or provide a list of arguments via command-line arguments.
If one of these arguments succeeds (with exit code 0), it prints the output and exits. This way, you can get informed about the version and help in one single command. You can also customize this list with a configuration file or provide a list of arguments via command-line arguments.

On the other hand, if you _really_ need help, you can use the `plz` subcommand which will prompt a selection for:

Expand Down

0 comments on commit 9a6e8d4

Please sign in to comment.