From: guenther Date: Sun, 17 May 2015 21:41:50 +0000 (+0000) Subject: Add 'D' to usage optstring. Prodded by jmc@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a89eb63f6dabf3c3cb3e22c774fcdc9e2dc22942;p=openbsd Add 'D' to usage optstring. Prodded by jmc@ --- diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 6444bc23beb..bb80d03dc01 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nm.c,v 1.45 2015/05/17 20:19:08 guenther Exp $ */ +/* $OpenBSD: nm.c,v 1.46 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 [-aCDegnoprsuw] [file ...]\n", __progname); exit(1); }