summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-24 21:30:08 +0000
committerJim Meyering <jim@meyering.net>1993-10-24 21:30:08 +0000
commitcfe240bbd8520c852962f5feac1cfc5cf4903eb4 (patch)
tree35b71eee2e7cd2a04de37b52d252742ea4143d89 /src/printf.c
parent3bc2827212cbdb43d877ae46a5a3713d807411e8 (diff)
downloadcoreutils-cfe240bbd8520c852962f5feac1cfc5cf4903eb4.tar.xz
merge with 1.8.1h
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index ca13af365..c6d476b6f 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -61,6 +61,7 @@
#include "system.h"
#include "version.h"
+#include "long-option.h"
#if !defined (isascii) || defined (STDC_HEADERS)
#undef isascii
@@ -82,7 +83,6 @@ unsigned long strtoul ();
char *xmalloc ();
void error ();
-void parse_long_options ();
static double xstrtod ();
static int print_esc ();
@@ -111,7 +111,7 @@ Usage: %s FORMAT [ARGUMENT]...\n\
program_name, program_name);
if (status != 0)
- fprintf (stderr, "\nTry `%s --help' for more information.\n",
+ fprintf (stderr, "Try `%s --help' for more information.\n",
program_name);
else