diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2013-02-28 01:22:14 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2013-02-28 01:22:14 +0000 |
| commit | eff269ee18dc7dc7b465730e5d76830fe93b4256 (patch) | |
| tree | b37b47e8bca233a4d3df0b390f4c9b34b3bf27e1 /usr.bin/dc | |
| parent | 5bf80db6764dbf466db64663504124c660cd6d0a (diff) | |
Notes
Diffstat (limited to 'usr.bin/dc')
| -rw-r--r-- | usr.bin/dc/dc.c | 2 |
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) |
