From edf23419dd05122e7212939a3000502071de375d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 31 Mar 2006 09:57:27 +0000 Subject: Better useage string. From Alexey Dobriyan. --- usr.bin/bc/bc.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y index 30396f0289c..10982080925 100644 --- a/usr.bin/bc/bc.y +++ b/usr.bin/bc/bc.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.29 2006/03/18 21:05:50 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -31,7 +31,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bc.y,v 1.29 2006/03/18 21:05:50 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $"; #endif /* not lint */ #include @@ -996,7 +996,7 @@ init(void) static __dead void usage(void) { - fprintf(stderr, "%s: usage: [-cl] [-e expression] [file ...]\n", + fprintf(stderr, "usage: %s [-cl] [-e expression] [file ...]\n", __progname); exit(1); } -- cgit v1.2.3