summaryrefslogtreecommitdiffhomepage
path: root/Monitors
diff options
context:
space:
mode:
authorKrzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com>2007-07-10 16:13:29 +0200
committerKrzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com>2007-07-10 16:13:29 +0200
commit5c921f697f74e7f369119be9c7c78a4f503913d7 (patch)
tree7d199e92aac2b3ae5749eb7a91e3814153055b35 /Monitors
parent528556a36d5ff686689568c61422143276b0dc96 (diff)
downloadxmobar-5c921f697f74e7f369119be9c7c78a4f503913d7.tar.gz
xmobar-5c921f697f74e7f369119be9c7c78a4f503913d7.tar.bz2
Typos in Monitors.Common
darcs-hash:20070710141329-ba08c-9b99317a0fb64266c00531d9006d308ad258cfcd.gz
Diffstat (limited to 'Monitors')
-rw-r--r--Monitors/Common.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Monitors/Common.hs b/Monitors/Common.hs
index a7c33e6..9706eac 100644
--- a/Monitors/Common.hs
+++ b/Monitors/Common.hs
@@ -137,9 +137,9 @@ options =
, Option ['V'] ["version"] (NoArg Version) "Show version information"
, Option ['H'] ["High"] (ReqArg High "number") "The high threshold"
, Option ['L'] ["Low"] (ReqArg Low "number") "The low threshold"
- , Option [] ["high"] (ReqArg HighColor "color number") "Color for the high threshold: es \"#FF0000\""
- , Option [] ["normal"] (ReqArg NormalColor "color number") "Color for the normal threshold: es \"#00FF00\""
- , Option [] ["low"] (ReqArg LowColor "color number") "Color for the low threshold: es \"#0000FF\""
+ , Option [] ["high"] (ReqArg HighColor "color number") "Color for the high threshold: ex \"#FF0000\""
+ , Option [] ["normal"] (ReqArg NormalColor "color number") "Color for the normal threshold: ex \"#00FF00\""
+ , Option [] ["low"] (ReqArg LowColor "color number") "Color for the low threshold: ex \"#0000FF\""
, Option ['t'] ["template"] (ReqArg Template "output template")
("Output template.\nAvaliable variables: " ++ show t ++ "\nDefault template: " ++ show tmpl)
] ++ ao