summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
committerJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
commit47ff7adaa21056ee5e3e8bbcd72f052e1b03816a (patch)
tree07ac43f93de1d813e6df70d8cf9706c192b634c0 /src/touch.c
parentce559ec2e53843f0fc96ed5caa8ba8f6ce8f85e3 (diff)
downloadcoreutils-47ff7adaa21056ee5e3e8bbcd72f052e1b03816a.tar.xz
Change `fprintf (stdout' to `printf ('.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 2cddba649..22ffcd9aa 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -385,7 +385,7 @@ Usage: %s [OPTION]... FILE...\n\
program_name);
if (status == 0)
- fprintf (stdout, "\
+ printf ("\
-a change only the access time\n\
-c do not create any files\n\
-d, --date STRING parse STRING and use it instead of current time\n\