Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:5a72016dc0d09225f760f626d796381cee535878
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Tue Jan 8 20:28:32 2013 +0000
Parents..:e649f26d03d3cbaa72eb921675138b458dc52abb

Message
hello.c: clarify help text

Changes
diff --git a/src/hello.c b/src/hello.c
line changes: +2/-2
index d949057..2a9587a
--- a/src/hello.c
+++ b/src/hello.c
@@ -164,8 +164,8 @@ Print a friendly, customizable greeting.\n"), stdout);
   /* TRANSLATORS: --help output 4: options 2/2
      no-wrap */
   fputs (_("\
-  -t, --traditional       use traditional greeting format\n\
-  -n, --next-generation   use next-generation greeting format\n\
+  -t, --traditional       use traditional greeting\n\
+  -n, --next-generation   use next-generation greeting\n\
   -g, --greeting=TEXT     use TEXT as the greeting message\n"), stdout);
 
   printf ("\n");

This website is licensed under AGPL-3.0. Feel free to copy!