From: Jim Meyering Date: Tue, 28 Jan 1997 03:44:27 +0000 (+0000) Subject: (usage): Remove one space in message to make colons line up. X-Git-Tag: SH-UTILS-1_16a~338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ce61713d5e525c48e16af8d5403adf4c894369f;p=thirdparty%2Fcoreutils.git (usage): Remove one space in message to make colons line up. --- diff --git a/src/chroot.c b/src/chroot.c index a17fb0b872..6c53037b77 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -38,7 +38,7 @@ usage (int status) { printf (_("\ Usage: %s [OPTION] NEWROOT [COMMAND...]\n\ - or: %s OPTION\n\ + or: %s OPTION\n\ "), program_name, program_name); printf (_("\ Run COMMAND with root directory set to NEWROOT.\n\