summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/create/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index 17fd665..8a16dd0 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -228,12 +228,12 @@ static void
usage()
{
fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n",
-"usage: pkg_create [-YNOhvyz] [-P pkgs] [-C conflicts] [-p prefix] ",
-" [-i iscript] [-I piscript] [-k dscript] [-K pdscript] ",
-" [-r rscript] [-t template] [-X excludefile] ",
-" [-D displayfile] [-m mtreefile] [-o origin] ",
-" [-s srcdir] [-S basedir] ",
+"usage: pkg_create [-YNOhjvyz] [-C conflicts] [-P pkgs] [-p prefix]",
+" [-i iscript] [-I piscript] [-k dscript] [-K pdscript]",
+" [-r rscript] [-s srcdir] [-S basedir]",
+" [-t template] [-X excludefile]",
+" [-D displayfile] [-m mtreefile] [-o originpath]",
" -c comment -d description -f packlist pkg-filename",
-" pkg_create [-EGYNhvxyzR] -b pkg-name [pkg-filename]");
+" pkg_create [-EGYNRhvxy] -b pkg-name [pkg-filename]");
exit(1);
}
OpenPOWER on IntegriCloud