diff options
| -rw-r--r-- | Main.hs | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | README.html | 2 | 
3 files changed, 3 insertions, 3 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"      ] @@ -156,7 +156,7 @@ xmobar --help):                                           alignment. Default: '}{'        -s char       --sepchar=char       The character used to separate commands in                                           the output template. Default '%' -      -t tempate    --template=tempate   The output template +      -t template   --template=template  The output template        -c commands   --commands=commands  The list of commands to be executed      Mail bug reports and suggestions to <andrea.rossato@unibz.it> diff --git a/README.html b/README.html index 5847450..ad8ee02 100644 --- a/README.html +++ b/README.html @@ -360,7 +360,7 @@ Options:                                       alignment. Default: '}{'    -s char       --sepchar=char       The character used to separate commands in                                       the output template. Default '%' -  -t tempate    --template=tempate   The output template +  -t tempalte   --template=template  The output template    -c commands   --commands=commands  The list of commands to be executed  Mail bug reports and suggestions to <andrea.rossato@unibz.it>  </code | 
