summaryrefslogtreecommitdiff
path: root/src/sync.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/sync.c
parent7e294bac78706d2722fc783f7503222808f1c43a (diff)
downloadcoreutils-c9fff5189792774b8169ce200ba72786646e715b.tar.xz
(usage): remove spurious trailing \n in puts.
Diffstat (limited to 'src/sync.c')
-rw-r--r--src/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.c b/src/sync.c
index 59b086616..90a15784b 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -43,7 +43,7 @@ Force changed blocks to disk, update the super block.\n\
--help display this help and exit\n\
--version output version information and exit\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);
}