aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-02-28 01:22:14 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-02-28 01:22:14 +0000
commiteff269ee18dc7dc7b465730e5d76830fe93b4256 (patch)
treeb37b47e8bca233a4d3df0b390f4c9b34b3bf27e1 /usr.bin/dc
parent5bf80db6764dbf466db64663504124c660cd6d0a (diff)
Notes
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dc/dc.c b/usr.bin/dc/dc.c
index d5edadb7989c3..546b24706eee1 100644
--- a/usr.bin/dc/dc.c
+++ b/usr.bin/dc/dc.c
@@ -84,7 +84,7 @@ main(int argc, char *argv[])
bool extended_regs = false, preproc_done = false;
/* accept and ignore a single dash to be 4.4BSD dc(1) compatible */
- while ((ch = getopt_long(argc, argv, "e:f:Vx", long_options, NULL)) != -1) {
+ while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) {
switch (ch) {
case 'e':
if (!preproc_done)