Bugzilla – Bug 11793
image-create example partially disagrees with the usage
Last modified: 2009-11-17 23:07:56 UTC
You need to log in before you can comment on or make changes to this bug.
pkg(5) states the usage of the image-create command to be - /usr/bin/pkg image-create [-fFPUz] [--force] [--full|--partial|--user] [--zone] [-k ssl_key] [-c ssl_cert] [--no-refresh] (-p|--publisher) name=uri dir But the example states something else - Example 1: Create a new, full image, with publisher example.com, stored at /aux0/example_root $ pkg image-create -F -a example.com=http://pkg.example.com:10000 \ /aux0/example_root^^^ This example still works but it disagrees with the usage.
Part of the detritus left over from renaming authorities to publishers.
Trivial really since image-create will accept both the old and new syntax.
Correcting '-a' to '-p'.
Resolved in changeset 1504 / 265a1d6b86bdbf14ee02f166e3a1eb3d019ad6e9.