Mirror to GitHub repo fix.
This commit is contained in:
parent
a1f63c428c
commit
f0b2352975
2 changed files with 2 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ Options:
|
|||
-p <password> Specify password.
|
||||
-i Enable interactive mode to prompt for missing username/password.
|
||||
-v Enable verbose mode.
|
||||
-v Show program version.
|
||||
-h Show this help.
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ void print_usage(const char *prog_name) {
|
|||
fprintf(stderr, " -p <password> Specify password.\n");
|
||||
fprintf(stderr, " -i Enable interactive mode to prompt for missing username/password.\n");
|
||||
fprintf(stderr, " -v Enable verbose mode.\n");
|
||||
fprintf(stderr, " -V Show version.\n");
|
||||
fprintf(stderr, " -V Show program version.\n");
|
||||
fprintf(stderr, " -h Show this help.\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue