From 11c8ff44170748b861c3c36e0b467e46bc57ce7f Mon Sep 17 00:00:00 2001 From: DCsunset Date: Sun, 16 Jun 2019 20:21:13 -0700 Subject: [PATCH] Fix typo in options Change "tuneld" to "tunneld". --- cmd/tunneld/options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/tunneld/options.go b/cmd/tunneld/options.go index 06994dc..433ff27 100644 --- a/cmd/tunneld/options.go +++ b/cmd/tunneld/options.go @@ -16,9 +16,9 @@ options: const usage2 string = ` Example: - tuneld - tuneld -clients YMBKT3V-ESUTZ2Z-7MRILIJ-T35FHGO-D2DHO7D-FXMGSSR-V4LBSZX-BNDONQ4 - tuneld -httpAddr :8080 -httpsAddr "" + tunneld + tunneld -clients YMBKT3V-ESUTZ2Z-7MRILIJ-T35FHGO-D2DHO7D-FXMGSSR-V4LBSZX-BNDONQ4 + tunneld -httpAddr :8080 -httpsAddr "" Author: Written by M. Matczuk (mmatczuk@gmail.com)