From 913e65c58bafa8c11adf6c21e40902abcca6d7e6 Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 29 May 2021 03:58:00 +0200 Subject: [PATCH] help description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d1b378e..218d427 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,7 @@ var ( // Flags var cssFileName = flag.String("s", "drawer.css", "Styling: css file name") -var targetOutput = flag.String("o", "", "name of the Output to display the menu on") +var targetOutput = flag.String("o", "", "name of the Output to display the menu on (sway only)") var displayVersion = flag.Bool("v", false, "display Version information") var overlay = flag.Bool("ovl", false, "use OVerLay layer") var iconSize = flag.Int("is", 64, "Icon Size")