From 0a2c199f2be61961c0cc9b8f64faccb071b96ac5 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 7 Dec 2010 01:30:31 +0100 Subject: Updates to help blurb --- Main.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Main.hs') 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 = "\n" +mail = "" license :: String license = "\nThis program is distributed in the hope that it will be useful,\n" ++ -- cgit v1.2.3