artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d2b87
)
add -S to usage();
author
jmc
<jmc@openbsd.org>
Sat, 16 Mar 2024 06:29:36 +0000
(06:29 +0000)
committer
jmc
<jmc@openbsd.org>
Sat, 16 Mar 2024 06:29:36 +0000
(06:29 +0000)
usr.bin/whois/whois.c
patch
|
blob
|
history
diff --git
a/usr.bin/whois/whois.c
b/usr.bin/whois/whois.c
index
8421bae
..
f45d086
100644
(file)
--- a/
usr.bin/whois/whois.c
+++ b/
usr.bin/whois/whois.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: whois.c,v 1.6
0 2024/03/16 02:00:31 millert
Exp $ */
+/* $OpenBSD: whois.c,v 1.6
1 2024/03/16 06:29:36 jmc
Exp $ */
/*
* Copyright (c) 1980, 1993
@@
-373,7
+373,7
@@
usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-AadgIilmPQRr] [-c country-code | -h host] "
+ "usage: %s [-AadgIilmPQRr
S
] [-c country-code | -h host] "
"[-p port] name ...\n", __progname);
exit(1);
}