diff options
author | Alexander Solovyov <piranha@piranha.org.ua> | 2007-11-18 13:07:23 +0100 |
---|---|---|
committer | Alexander Solovyov <piranha@piranha.org.ua> | 2007-11-18 13:07:23 +0100 |
commit | 5ebd0d511eb90060230baa7fd46b668a32417be7 (patch) | |
tree | b5e0f1922fe28afb0f73872a1ecfd3f0ad8a8f7b /Main.hs | |
parent | fe41ed561aff6cdaf2c624a5a3f1bccd82458585 (diff) | |
download | xmobar-5ebd0d511eb90060230baa7fd46b668a32417be7.tar.gz xmobar-5ebd0d511eb90060230baa7fd46b668a32417be7.tar.bz2 |
Typo fixes
darcs-hash:20071118120723-295dc-97ae59fd7979c054311f6cae495b56ddb712a09e.gz
Diffstat (limited to 'Main.hs')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ options = , Option ['b' ] ["bottom" ] (NoArg B ) "Place Xmobar at the bottom of the screen" , Option ['a' ] ["alignsep" ] (ReqArg AlignSep "alignsep" ) "Separators for left, center and right text\nalignment. Default: '}{'" , Option ['s' ] ["sepchar" ] (ReqArg SepChar "char" ) "The character used to separate commands in\nthe output template. Default '%'" - , Option ['t' ] ["template" ] (ReqArg Template "tempate" ) "The output template" + , Option ['t' ] ["template" ] (ReqArg Template "template" ) "The output template" , Option ['c' ] ["commands" ] (ReqArg Commands "commands" ) "The list of commands to be executed" ] |