From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: mail@danrl.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 8c5c3178 for ; Wed, 14 Dec 2016 20:58:29 +0000 (UTC) Received: from mx.sealand.io (mx.sealand.io [193.160.39.68]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 74a5b88d for ; Wed, 14 Dec 2016 20:58:29 +0000 (UTC) From: danrl To: wireguard@lists.zx2c4.com Subject: [PATCH] tools: fixed typo in wg-show usage Date: Wed, 14 Dec 2016 22:07:40 +0100 Message-Id: <20161214210740.35426-1-mail@danrl.com> List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Dan Luedtke --- src/tools/show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/show.c b/src/tools/show.c index ec92098..624f789 100644 --- a/src/tools/show.c +++ b/src/tools/show.c @@ -203,7 +203,7 @@ static char *bytes(uint64_t b) static const char *COMMAND_NAME = NULL; static void show_usage(void) { - fprintf(stderr, "Usage: %s %s { | all | interfaces } [public-key | private-key | preshared-key | listen-port | peers | endpoints | allowed-ips | latest-handshake | bandwidth | persistent-keepalive]\n", PROG_NAME, COMMAND_NAME); + fprintf(stderr, "Usage: %s %s { | all | interfaces } [public-key | private-key | preshared-key | listen-port | peers | endpoints | allowed-ips | latest-handshakes | bandwidth | persistent-keepalive]\n", PROG_NAME, COMMAND_NAME); } static void pretty_print(struct wgdevice *device) -- 2.10.0