From 52fac9160d433c8ec3b4f719f7c00d72ee90ec86 Mon Sep 17 00:00:00 2001 From: blob42 Date: Thu, 21 Sep 2023 21:59:52 +0200 Subject: [PATCH] todo: fix mod flags --- browsers/firefox/cmd_flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, }, }