Fix a typo.

This commit is contained in:
0x333 2019-07-16 00:34:36 -07:00
parent 47ef115491
commit bdd0536998

View file

@ -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",