[gob] Fri Apr 02 14:57:20 2010 Jiri (George) Lebl <jirka 5z com>



commit 1948a10ed76f83023fd622461fe67d323e34aa57
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Fri Apr 2 14:58:45 2010 -0500

    Fri Apr 02 14:57:20 2010  Jiri (George) Lebl <jirka 5z com>
    
    	* src/main.c: Mention WFP in the help message
    
    	* Release 2.0.17

 ChangeLog  |    6 ++++++
 src/main.c |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 041f376..154a4d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 02 14:57:20 2010  Jiri (George) Lebl <jirka 5z com>
+
+	* src/main.c: Mention WFP in the help message
+
+	* Release 2.0.17
+
 Mon Mar 29 22:24:29 2010  Jiri (George) Lebl <jirka 5z com>
 
 	* src/lexer.l: deal with \r in the input files
diff --git a/src/main.c b/src/main.c
index efc2c48..fab7a2e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4256,7 +4256,8 @@ print_help(void)
 		"\t-o,--output-dir         The directory where output "
 			                  "should be placed\n"
 		"\t--file-sep[=c]          replace default \'-\' file "
-		                          "name separator\n");
+		                          "name separator\n\n");
+	fprintf(stderr, "End world hunger, donate to the World Food Programme, http://www.wfp.org\n";);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]