I want to have my script check that all package dependencies are there.
pkg check manpage says there is an option
However, when I try to run that, it looks like as if that option does not exist. See:
What am I doing wrong?
pkg check manpage says there is an option
pkg check -n
, so I can have this checked without actually making any changes.However, when I try to run that, it looks like as if that option does not exist. See:
Code:
# pkg check -n firefox
Usage: pkg check -B|-d|-s|-r [-qvy] -a
pkg check -B|-d|-s|-r [-qvy] [-Cgix] <pattern>
For more information see 'pkg help check'.
#
What am I doing wrong?