summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-22 04:30:18 +0000
committerJim Meyering <jim@meyering.net>1995-05-22 04:30:18 +0000
commitee79446888205b9d63868168693e64c09a762051 (patch)
tree43c2fbe3e5be6be2bc5d2b56552fc4c30947b1fb /src/touch.c
parentd0da35f3d23b3879a18da4ae3161bce783f1843a (diff)
downloadcoreutils-ee79446888205b9d63868168693e64c09a762051.tar.xz
(usage): Add one or two lines of descriptive text.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/touch.c b/src/touch.c
index 06d69a9c1..f636632be 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -378,6 +378,7 @@ usage (status)
{
printf ("Usage: %s [OPTION]... FILE...\n", program_name);
printf ("\
+Update the access and modification times of each FILE to the current time.\n\
\n\
-a change only the access time\n\
-c do not create any files\n\