From b6687401d651dbf83cb4ffb65b9de72d02ee28bc Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sat, 12 Aug 2017 12:17:38 +0000 Subject: [PATCH] Correct the -H longopt equivillant PR: 209876 Submitted by: Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D11988 --- usr.bin/units/units.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 9ab76be30967..78f51654179c 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd July 4, 2014 +.Dd August 12, 2017 .Dt UNITS 1 .Os .Sh NAME @@ -18,7 +18,7 @@ The following options are available: Show an overview of options .It Fl f Ar filename \&No , Fl -file Ar filename Specify the name of the units data file to load. -.It Fl H Ar filename \&No , Fl -historyfile Ar filename +.It Fl H Ar filename \&No , Fl -history Ar filename Ignored, for compatibility with GNU units. .It Fl e , Fl -exponential Behave as if -o '%6e' was typed.