From 91a1bc6c311cbf1efc48cde59a593ddf65409a5c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 6 Jan 2011 19:35:13 +0100 Subject: Mail now takes its alias as a second argument This way we also avoid issue 30, although we're not solving the real issue (which is that the commands parser cannot correctly parse commands with a single argument unless they appear at the end of the list). --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 2719a79..aad87e7 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -125,7 +125,7 @@ usage = (usageInfo header options) ++ footer info :: String info = "xmobar " ++ showVersion version ++ "\n (C) 2007 - 2010 Andrea Rossato " - ++ "\n (C) 2010 Jose A Ortega Ruiz\n " + ++ "\n (C) 2010 - 2011 Jose A Ortega Ruiz\n " ++ mail ++ "\n" ++ license mail :: String -- cgit v1.2.3