From b13c32727e0c3fd39558b2e71656be4399ba31d5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 14 Sep 2017 09:56:11 +0100 Subject: [PATCH] pathmtu/pathmtu.c: Document the correct short option for `--version'. --- pathmtu/pathmtu.1.in | 2 +- pathmtu/pathmtu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pathmtu/pathmtu.1.in b/pathmtu/pathmtu.1.in index eca637ac..942c6b1e 100644 --- a/pathmtu/pathmtu.1.in +++ b/pathmtu/pathmtu.1.in @@ -104,7 +104,7 @@ Command-line options are as follows. Writes a brief description of the command-line options available to standard output and exits with status 0. .TP -.B "\-v, \-\-version" +.B "\-V, \-\-version" Writes tripe's version number to standard output and exits with status 0. .TP diff --git a/pathmtu/pathmtu.c b/pathmtu/pathmtu.c index 32f67a11..7c4f1d8d 100644 --- a/pathmtu/pathmtu.c +++ b/pathmtu/pathmtu.c @@ -711,7 +711,7 @@ static void help(FILE *fp) Options in full:\n\ \n\ -h, --help Show this help text.\n\ --v, --version Show version number.\n\ +-V, --version Show version number.\n\ -u, --usage Show brief usage message.\n\ \n\ -g, --growth=FACTOR Growth factor for retransmit interval.\n\ -- 2.11.0