diff options
author | 1999-06-13 16:34:21 +0000 | |
---|---|---|
committer | 1999-06-13 16:34:21 +0000 | |
commit | 27deef9cc8f5cacf736b7a3bde98917d6f4d8d1e (patch) | |
tree | d5616ea9b614547f1b089089dac82b7bb5b498df | |
parent | Update the units file. Monetary units are (briefly!) current; physical (diff) | |
download | wireguard-openbsd-27deef9cc8f5cacf736b7a3bde98917d6f4d8d1e.tar.xz wireguard-openbsd-27deef9cc8f5cacf736b7a3bde98917d6f4d8d1e.zip |
typo
-rw-r--r-- | usr.bin/units/units.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 48f8bba83af..6ced5a88541 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -1,4 +1,4 @@ -/* $OpenBSD: units.c,v 1.5 1997/07/08 18:32:27 millert Exp $ */ +/* $OpenBSD: units.c,v 1.6 1999/06/13 16:34:21 pjanzen Exp $ */ /* $NetBSD: units.c,v 1.6 1996/04/06 06:01:03 thorpej Exp $ */ /* @@ -623,7 +623,7 @@ usage() { fprintf(stderr, "units [-f unitsfile] [-q] [-v] [from-unit to-unit]\n"); fprintf(stderr, " -f specify units file\n"); - fprintf(stderr, " -q supress prompting (quiet)\n"); + fprintf(stderr, " -q suppress prompting (quiet)\n"); fprintf(stderr, " -v print version number\n"); exit(3); } |