Skip to content

Commit

Permalink
Removed emoji in help message for better compatibility
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
maddie committed Apr 23, 2021
1 parent f6506bc commit fd5905b
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 @@ -29,7 +29,7 @@ func main() {
// define cli options
app := &cli.App{
Name: "librespeed-cli",
Usage: "Test your Internet speed with LibreSpeed 🚀",
Usage: "Test your Internet speed with LibreSpeed",
Action: speedtest.SpeedTest,
HideHelp: true,
Flags: []cli.Flag{
Expand Down

0 comments on commit fd5905b

Please # to comment.