diff options
author | 2007-08-22 06:56:40 +0000 | |
---|---|---|
committer | 2007-08-22 06:56:40 +0000 | |
commit | d972cf880ead44d35b7532bbd8be4f72e0e348a7 (patch) | |
tree | 3cfc27e304a07062d2e9644720820d80cb683ba3 | |
parent | No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since their (diff) | |
download | wireguard-openbsd-d972cf880ead44d35b7532bbd8be4f72e0e348a7.tar.xz wireguard-openbsd-d972cf880ead44d35b7532bbd8be4f72e0e348a7.zip |
sort usage();
-rw-r--r-- | usr.bin/sort/sort.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index 14eb496e524..b31a7111dcd 100644 --- a/usr.bin/sort/sort.c +++ b/usr.bin/sort/sort.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sort.c,v 1.35 2007/08/21 20:29:25 millert Exp $ */ +/* $OpenBSD: sort.c,v 1.36 2007/08/22 06:56:40 jmc Exp $ */ /*- * Copyright (c) 1993 @@ -42,7 +42,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)sort.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: sort.c,v 1.35 2007/08/21 20:29:25 millert Exp $"; +static char rcsid[] = "$OpenBSD: sort.c,v 1.36 2007/08/22 06:56:40 jmc Exp $"; #endif #endif /* not lint */ @@ -343,7 +343,7 @@ usage(char *msg) if (msg != NULL) warnx("%s", msg); - (void)fprintf(stderr, "usage: %s [-bcdfHimnruzs] " + (void)fprintf(stderr, "usage: %s [-bcdfHimnrsuz] " "[-k field1[,field2]] [-o output] [-R char]\n" "\t[-T dir] [-t char] [file ...]\n", __progname); exit(2); |