diff --git a/browsers/firefox/cmd_flags.go b/browsers/firefox/cmd_flags.go index 2fe8a33..0e8ebaa 100644 --- a/browsers/firefox/cmd_flags.go +++ b/browsers/firefox/cmd_flags.go @@ -48,7 +48,7 @@ var globalFirefoxFlags = []cli.Flag{ &cli.BoolFlag{ Name: "ff-watch-all-profiles", Category: "firefox", - Usage: "Watch all detected firefox profiles at the same time.", + Usage: "TOFIX! Watch all detected firefox profiles at the same time.", Aliases: []string{"ff-watch-all"}, }, }