From a6d4565a101fb01d78992ed690498016eecb632d Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Mon, 25 Mar 2019 09:26:17 -0400 Subject: [PATCH] Fix -V typo in usage documentation (#11) --- endlessh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endlessh.c b/endlessh.c index 2e36303..e475ed0 100644 --- a/endlessh.c +++ b/endlessh.c @@ -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