[Bug 288702] ports-mgmt/pkg v2.2.2, pkg-fetch synopsis missing '-o' option

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 06 Aug 2025 21:53:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288702

            Bug ID: 288702
           Summary: ports-mgmt/pkg v2.2.2, pkg-fetch synopsis missing '-o'
                    option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkg@FreeBSD.org
          Reporter: erichanskrs@gmail.com
          Assignee: pkg@FreeBSD.org
             Flags: maintainer-feedback?(pkg@FreeBSD.org)

The long-option variant describes 'destdir' (using '--output'):
pkg     fetch    [--repository     reponame]     [--output    destdir]
[--{dependencies,quiet,no-repo-update,yes}]

However, the first synopsis entry (short-option), 
does not describe 'destdir':
-pkg fetch [-r reponame] [-dqUy] [-Cgix] pkg-name       [...]
+pkg fetch [-r reponame] [-o destdir] [-dqUy] [-Cgix] pkg-name  [...]

( The previous man page versions of pkg-fetch(8) also 
seem to be incomplete in this respect. )

Using 14.3-RELEASE and latest, and:
[1-0] # date -u; pkg -v
Wed Aug  6 21:46:29 UTC 2025
2.2.2

-- 
You are receiving this mail because:
You are the assignee for the bug.