summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-18 03:03:07 +0000
committerJim Meyering <jim@meyering.net>1993-10-18 03:03:07 +0000
commitce559ec2e53843f0fc96ed5caa8ba8f6ce8f85e3 (patch)
tree9d39ac454ff372db7a34eba947e836ef9c652936 /src/install.c
parent53c1f3e4c67c9c049db970ffedda818f939035c7 (diff)
downloadcoreutils-ce559ec2e53843f0fc96ed5caa8ba8f6ce8f85e3.tar.xz
remove extra newline in usage message
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 3c9f19602..0190649eb 100644
--- a/src/install.c
+++ b/src/install.c
@@ -544,7 +544,7 @@ usage (status)
Usage: %s [OPTION]... SOURCE DEST (1st format)\n\
or: %s [OPTION]... SOURCE... DIRECTORY (2nd format)\n\
or: %s [OPTION]... DIRECTORY... (3nd format)\n\
-\n",
+",
program_name, program_name, program_name);
if (status == 0)