Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x333 authored and 0x333 committed Jul 17, 2019
1 parent 47ef115 commit bdd0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bdd0536

Please sign in to comment.