[Bug 233304] ports-mgmt/pkg info -q package doesn't work
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 14 18:15:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233304
freebsd at dreamchaser.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|Not A Bug |---
Status|Closed |Open
--- Comment #2 from freebsd at dreamchaser.org ---
I am reopening this because:
pkg help info shows:
pkg info [-AbBDdefIklOpqRrs] [-Cgix] pkg-name
That means one should be able to give:
pkg info -q bash
or
pkg info -q bash-4.4.23_1
Neither of which works.
While one can clearly do
pkg info -q | grep bash
to get the desired result, either the pkg command is not working as documented
and needs fixing, or the documentation needs to be fixed to reflect how the
command actually works.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list