]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r363421: pkg-bootstrap: complain on improper `pkg bootstrap` usage
authorKyle Evans <kevans@FreeBSD.org>
Thu, 6 Aug 2020 04:52:30 +0000 (04:52 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 6 Aug 2020 04:52:30 +0000 (04:52 +0000)
commit25c6a040ed621d6cfe08988a8ae0dda2e1eb3063
treeddc0f5fa0d9effd3ab7e8deafdf6bcab37a9dc6e
parent118e2c6ceb477e7840c6b06bb3703c100fd55a54
MFC r363421: pkg-bootstrap: complain on improper `pkg bootstrap` usage

Right now, the bootstrap will gloss over things like pkg bootstrap -x or
pkg bootstrap -f pkg. Make it more clear that this is incorrect, and hint
at the correct formatting.
usr.sbin/pkg/pkg.c