From bdd053699874d72ebdbd6bd1799063d0ce474ed1 Mon Sep 17 00:00:00 2001 From: 0x333 <0x333@0x333s-MBP.lan> Date: Tue, 16 Jul 2019 00:34:36 -0700 Subject: [PATCH] Fix a typo. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1b38373..9a83410 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { app.Version = Version app.Compiled = time.Now() app.Usage = "host your files using websockets from the command line or a browser" - app.UsageText = "use to transfer files or host a impromptu website" + app.UsageText = "use to transfer files or host an impromptu website" app.Commands = []cli.Command{ { Name: "relay",