mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 22:23:23 +00:00
Fix -V typo in usage documentation (#11)
This commit is contained in:
@@ -514,7 +514,7 @@ usage(FILE *f)
|
||||
fprintf(f, " -p INT Listening port [" XSTR(DEFAULT_PORT) "]\n");
|
||||
fprintf(f, " -v Print diagnostics to standard output "
|
||||
"(repeatable)\n");
|
||||
fprintf(f, " -v Print version information and exit\n");
|
||||
fprintf(f, " -V Print version information and exit\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user