aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-01-05 07:24:43 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-01-05 07:24:43 +0000
commit21dc7ae75beea1fbd1571dcf906c215e9e15b690 (patch)
treec4f623a2b4ae0c05c488ceab91a7d763d936ba7c /usr.bin/units
parentd734a3dfcddee9c5f868c0e0e365ee801fe7f89e (diff)
Notes
Diffstat (limited to 'usr.bin/units')
-rw-r--r--usr.bin/units/units.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c
index 8385de32fbfa..8f7c7081518b 100644
--- a/usr.bin/units/units.c
+++ b/usr.bin/units/units.c
@@ -763,7 +763,7 @@ main(int argc, char **argv)
history_file = NULL;
outputformat = numfmt;
quit = false;
- while ((optchar = getopt_long(argc, argv, "+ehf:oqtvHUV", longopts, NULL)) != -1) {
+ while ((optchar = getopt_long(argc, argv, "+ehf:o:qtvH:UV", longopts, NULL)) != -1) {
switch (optchar) {
case 'e':
outputformat = "%6e";