artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96272cc
)
Add 'D' to usage optstring. Prodded by jmc@
author
guenther
<guenther@openbsd.org>
Sun, 17 May 2015 21:41:50 +0000
(21:41 +0000)
committer
guenther
<guenther@openbsd.org>
Sun, 17 May 2015 21:41:50 +0000
(21:41 +0000)
usr.bin/nm/nm.c
patch
|
blob
|
history
diff --git
a/usr.bin/nm/nm.c
b/usr.bin/nm/nm.c
index
6444bc2
..
bb80d03
100644
(file)
--- a/
usr.bin/nm/nm.c
+++ b/
usr.bin/nm/nm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nm.c,v 1.4
5 2015/05/17 20:19:08
guenther Exp $ */
+/* $OpenBSD: nm.c,v 1.4
6 2015/05/17 21:41:50
guenther Exp $ */
/* $NetBSD: nm.c,v 1.7 1996/01/14 23:04:03 pk Exp $ */
/*
@@
-875,7
+875,7
@@
usage(void)
if (issize)
fprintf(stderr, "usage: %s [-tw] [file ...]\n", __progname);
else
- fprintf(stderr, "usage: %s [-aCegnoprsuw] [file ...]\n",
+ fprintf(stderr, "usage: %s [-aC
D
egnoprsuw] [file ...]\n",
__progname);
exit(1);
}