summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
committerJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
commitc9fff5189792774b8169ce200ba72786646e715b (patch)
tree1e86e66384646f1e3cf6028f3d6fc2c2d39628c3 /src/touch.c
parent7e294bac78706d2722fc783f7503222808f1c43a (diff)
downloadcoreutils-c9fff5189792774b8169ce200ba72786646e715b.tar.xz
(usage): remove spurious trailing \n in puts.
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 d37e20679..c8bcd95f3 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -262,7 +262,7 @@ Update the access and modification times of each FILE to the current time.\n\
\n\
STAMP may be used without -t if none of -drt, nor --, are used.\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
+ puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
}
exit (status);
}