From b3608956be992dc244ce8fdc4988666a557de243 Mon Sep 17 00:00:00 2001 From: Toby Date: Wed, 10 Aug 2022 20:30:26 -0700 Subject: [PATCH] chore: minor change to log text --- cmd/client_nongpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/client_nongpl.go b/cmd/client_nongpl.go index ca1efb5..0dd9604 100644 --- a/cmd/client_nongpl.go +++ b/cmd/client_nongpl.go @@ -32,5 +32,5 @@ SOFTWARE. ` func startTUN(config *clientConfig, client *core.Client, errChan chan error) { - logrus.Fatalln("TUN mode is only available in the GPL build, please rebuild hysteria with -tags gpl") + logrus.Fatalln("TUN mode is only available in GPL builds. Please rebuild hysteria with -tags gpl") }