summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-01-08 00:57:28 +0000
committereadler <eadler@FreeBSD.org>2018-01-08 00:57:28 +0000
commit5b79beb5814603d17f5df903c0bba41d97f89621 (patch)
tree42b7a7a19b64b171a2182886d9105f0f7fd36f47 /usr.bin
parent70f47ab42c3654ed2e73a9ae46d8b47f7723b938 (diff)
downloadFreeBSD-src-5b79beb5814603d17f5df903c0bba41d97f89621.zip
FreeBSD-src-5b79beb5814603d17f5df903c0bba41d97f89621.tar.gz
MFC r327578:
units(1): add missing ':' for two short arguments PR: 209850
Diffstat (limited to 'usr.bin')
-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 b40b653..d5dd843 100644
--- a/usr.bin/units/units.c
+++ b/usr.bin/units/units.c
@@ -761,7 +761,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";
OpenPOWER on IntegriCloud