Mirror to GitHub repo fix.

This commit is contained in:
Johannes Findeisen 2024-08-28 02:09:30 +02:00
commit f0b2352975
2 changed files with 2 additions and 1 deletions

View file

@ -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.
```

View file

@ -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");
}