Merge pull request #14 from 0x333333/master

Fix a typo.
This commit is contained in:
Zack 2019-07-20 09:07:42 -07:00 committed by GitHub
commit caaed23f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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