diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-06 06:40:06 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-06 06:40:06 +0000 |
| commit | 749d4bb6499a0ca75459c7e4db4e39497337bef7 (patch) | |
| tree | bf747642941e9e10a1a16bbd6e7ce7e125d54a33 /bin/date | |
| parent | 714ec423a045eef69e5f5d4d14f264114e33d4c4 (diff) | |
Notes
Diffstat (limited to 'bin/date')
| -rw-r--r-- | bin/date/date.c | 8 |
1 files changed, 4 insertions, 4 deletions
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); } |
