Typo fix.

This commit is contained in:
Johannes Findeisen 2024-08-18 01:02:34 +02:00
commit de4cbd84bc
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ Options:
-p <password> Specify password. -p <password> Specify password.
-i Enable interactive mode to prompt for missing username/password. -i Enable interactive mode to prompt for missing username/password.
-v Enable verbose mode. -v Enable verbose mode.
-h Show this help -h Show this help.
``` ```
Returns 0 on success, 1 otherwise. Returns 0 on success, 1 otherwise.

View file

@ -9,7 +9,7 @@
* -p <password> Specify password. * -p <password> Specify password.
* -i Enable interactive mode to prompt for missing username/password. * -i Enable interactive mode to prompt for missing username/password.
* -v Enable verbose mode. * -v Enable verbose mode.
* -h Show this help * -h Show this help.
* *
* Returns 0 on success, 1 otherwise. * Returns 0 on success, 1 otherwise.
* *