Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH] tools: fixed typo in wg-show usage
@ 2016-12-14 21:07 danrl
  2016-12-14 21:12 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: danrl @ 2016-12-14 21:07 UTC (permalink / raw)
  To: wireguard

Signed-off-by: Dan Luedtke <mail@danrl.com>
---
 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 { <interface> | 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 { <interface> | 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools: fixed typo in wg-show usage
  2016-12-14 21:07 [PATCH] tools: fixed typo in wg-show usage danrl
@ 2016-12-14 21:12 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2016-12-14 21:12 UTC (permalink / raw)
  To: danrl; +Cc: WireGuard mailing list

Hi Dan,

Thanks. The typo was in the opposite place, which I fixed and give you
credit for the report:

https://git.zx2c4.com/WireGuard/commit/?id=309fbe630fccc397e13d57956f0847fc7a2eaf90

This will be part of the next snapshot.

Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-14 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14 21:07 [PATCH] tools: fixed typo in wg-show usage danrl
2016-12-14 21:12 ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).