From 749d4bb6499a0ca75459c7e4db4e39497337bef7 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Fri, 6 Jun 1997 06:40:06 +0000 Subject: Cosmetic change in usage string. --- bin/date/date.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/date') diff --git a/bin/date/date.c b/bin/date/date.c index 63707aa0a3d4..8d95bda41139 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: date.c,v 1.11 1997/03/28 15:24:16 imp Exp $ + * $Id: date.c,v 1.12 1997/04/16 05:59:21 danny Exp $ */ #ifndef lint @@ -237,8 +237,8 @@ badformat() static void usage() { - (void)fprintf(stderr, - "usage: date [-nu] [-d dst] [-r seconds] [-t west] [+format]\n"); - (void)fprintf(stderr, " [yy[mm[dd[hh]]]]mm[.ss]]\n"); + (void)fprintf(stderr, "%s\n%s\n", + "usage: date [-nu] [-d dst] [-r seconds] [-t west] [+format]", + " [yy[mm[dd[hh]]]]mm[.ss]]"); exit(1); } -- cgit v1.3