diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-07 01:30:31 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-07 01:30:31 +0100 |
commit | 0a2c199f2be61961c0cc9b8f64faccb071b96ac5 (patch) | |
tree | 818c431522110648917720634e5a3fcacad0fd96 | |
parent | 45488d2255ef4dca903468416b2414f062da18ad (diff) | |
download | xmobar-0a2c199f2be61961c0cc9b8f64faccb071b96ac5.tar.gz xmobar-0a2c199f2be61961c0cc9b8f64faccb071b96ac5.tar.bz2 |
Updates to help blurb
-rw-r--r-- | Main.hs | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -120,13 +120,16 @@ getOpts argv = usage :: String usage = (usageInfo header options) ++ footer where header = "Usage: xmobar [OPTION...] [FILE]\nOptions:" - footer = "\nMail bug reports and suggestions to " ++ mail + footer = "\nMail bug reports and suggestions to " ++ mail ++ "\n" info :: String -info = "xmobar " ++ showVersion version ++ " (C) 2007 - 2009 Andrea Rossato " ++ mail ++ license +info = "xmobar " ++ showVersion version + ++ "\n (C) 2007 - 2010 Andrea Rossato " + ++ "\n (C) 2010 Jose A Ortega Ruiz\n " + ++ mail ++ "\n" ++ license mail :: String -mail = "<andrea.rossato@unitn.it>\n" +mail = "<xmobar@projects.haskell.org>" license :: String license = "\nThis program is distributed in the hope that it will be useful,\n" ++ |