From 19cd821ddb4b6c195239870de617a99781e081ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Oct 1993 00:24:55 +0000 Subject: merge with 3.8.3a --- src/df.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/df.c') diff --git a/src/df.c b/src/df.c index f3bea7152..35b1896aa 100644 --- a/src/df.c +++ b/src/df.c @@ -112,7 +112,7 @@ static struct mount_entry *mount_list; /* If non-zero, display usage information and exit. */ static int show_help; -/* If non-zero, print the version on standard error. */ +/* If non-zero, print the version on standard output and exit. */ static int show_version; static struct option const long_options[] = @@ -180,7 +180,7 @@ main (argc, argv) if (show_version) { - fprintf (stderr, "%s\n", version_string); + printf ("%s\n", version_string); exit (0); } -- cgit v1.2.3-54-g00ecf