summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-07 01:30:31 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-07 01:30:31 +0100
commit0a2c199f2be61961c0cc9b8f64faccb071b96ac5 (patch)
tree818c431522110648917720634e5a3fcacad0fd96
parent45488d2255ef4dca903468416b2414f062da18ad (diff)
downloadxmobar-0a2c199f2be61961c0cc9b8f64faccb071b96ac5.tar.gz
xmobar-0a2c199f2be61961c0cc9b8f64faccb071b96ac5.tar.bz2
Updates to help blurb
-rw-r--r--Main.hs9
1 files changed, 6 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 1a0653f..a81b14c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -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" ++