diff options
author | brueffer <brueffer@FreeBSD.org> | 2010-05-12 01:33:51 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2010-05-12 01:33:51 +0000 |
commit | 3bb7439775dab52bae2fd5bef09ad1a3a860958b (patch) | |
tree | a2fcb39ebb174ec3e86a4984d0ffbbde45519b1f /usr.sbin/uathload/uathload.8 | |
parent | d516a0cdd0b502d05a34672b1b4476a37722292b (diff) | |
download | FreeBSD-src-3bb7439775dab52bae2fd5bef09ad1a3a860958b.zip FreeBSD-src-3bb7439775dab52bae2fd5bef09ad1a3a860958b.tar.gz |
The -d flag is non-optional.
PR: 143694
Submitted by: Nikolai Saoukh <nms+bsd@otdel-1.org>
MFC after: 1 week
Diffstat (limited to 'usr.sbin/uathload/uathload.8')
-rw-r--r-- | usr.sbin/uathload/uathload.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/uathload/uathload.8 b/usr.sbin/uathload/uathload.8 index e07cfa2..49c2612 100644 --- a/usr.sbin/uathload/uathload.8 +++ b/usr.sbin/uathload/uathload.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 7, 2009 +.Dd May 11, 2010 .Dt UATHLOAD 8 .Os .Sh NAME @@ -34,7 +34,7 @@ .Sh SYNOPSIS .Nm .Op Fl v -.Op Fl d Ar ugen-device +.Fl d Ar ugen-device .Op Ar firmware-file .Sh DESCRIPTION The |