>From 609d1555045dc0bab5144c5a92ae62837d28de7f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 20 Dec 2015 13:20:42 +0100 Subject: [PATCH 2/4] datamash: remove redundant header, and refer correctly to the man page Signed-off-by: Benno Schulenberg --- src/datamash.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/datamash.c b/src/datamash.c index 8419635..6b9c7fb 100644 --- a/src/datamash.c +++ b/src/datamash.c @@ -203,7 +203,6 @@ which require a pair of fields (e.g. 'pcov 2:6').\n"), stdout); \n", stdout); fputs ("\n", stdout); - fputs (_("Options:\n"),stdout); fputs (_("Grouping Options:\n"),stdout); fputs (_("\ -f, --full print entire input line before op results\n\ @@ -277,7 +276,7 @@ which require a pair of fields (e.g. 'pcov 2:6').\n"), stdout); \n", program_name); fputs (_("For detailed usage information and examples, see\n"),stdout); - printf (" man %s\n", program_name); + printf (" man %s\n", PACKAGE_NAME); fputs (_("The manual and more examples are available at\n"), stdout); fputs (" " PACKAGE_URL "\n\n", stdout); } -- 1.7.0.4