[Bug 266581] ports-mgmt/pkg: pkg(8) should mention --debug verbosity increases with -dd, -ddd and -dddd

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 Sep 2022 12:46:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266581

            Bug ID: 266581
           Summary: ports-mgmt/pkg: pkg(8) should mention --debug
                    verbosity increases with -dd, -ddd and -dddd
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=
                    8&manpath=FreeBSD-Ports
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkg@FreeBSD.org
          Reporter: grahamperrin@freebsd.org
             Flags: maintainer-feedback?(pkg@FreeBSD.org)
          Assignee: pkg@FreeBSD.org

From the current edition of the manual page for pkg(8): 

>     -d, --debug
>             Show debug information.

<https://github.com/freebsd/pkg/issues/2012#issuecomment-1093374877>: 

> Through experimentation (not from the manual page) I discovered that 
> -d can be specified more than once. 
> 
> …

Compare outputs from this pair of commands: 

   pkg -d update --force
  pkg -dd update --force

– then this trio of commands: 

  pkg -dd check -d
 pkg -ddd check -d
pkg -dddd check -d

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