diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-04-21 14:31:51 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-24 07:59:47 +0000 |
| commit | fda553c44e902879a72f51ff56b0bd615a1ac321 (patch) | |
| tree | 4db574bde1b86f076a4394d97f149c0e775f94e6 | |
| parent | 8a7b2fbbaae423161ba8f92b0cff6f710d12b2a7 (diff) | |
freebsd-update.8: Add --currently-running to synopsis
While here, sort flags in synopsis.
(cherry picked from commit f69f0644833eca67d238f343d813fffe82e5b98a)
| -rw-r--r-- | usr.sbin/freebsd-update/freebsd-update.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.8 b/usr.sbin/freebsd-update/freebsd-update.8 index 7920ec34a9a1..de4b5b4a4c0b 100644 --- a/usr.sbin/freebsd-update/freebsd-update.8 +++ b/usr.sbin/freebsd-update/freebsd-update.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 29, 2022 +.Dd April 22, 2022 .Dt FREEBSD-UPDATE 8 .Os .Sh NAME @@ -33,16 +33,17 @@ .Nd fetch and install binary updates to FreeBSD .Sh SYNOPSIS .Nm +.Op Fl F .Op Fl b Ar basedir +.Op Fl -currently-running Ar release .Op Fl d Ar workdir .Op Fl f Ar conffile -.Op Fl F .Op Fl j Ar jail .Op Fl k Ar KEY +.Op Fl -not-running-from-cron .Op Fl r Ar newrelease .Op Fl s Ar server .Op Fl t Ar address -.Op Fl -not-running-from-cron .Ar command ... .Sh DESCRIPTION The |
