Update usage strings to add a missing -n option.

Noticed by:	Matthias Apitz, matthias.apitz at oclc.org
This commit is contained in:
Giorgos Keramidas 2008-05-27 19:06:45 +00:00
parent e8e8c216d0
commit c08759cdf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179366

View file

@ -239,6 +239,6 @@ usage()
" [-t template] [-X excludefile]",
" [-D displayfile] [-m mtreefile] [-o originpath]",
" -c comment -d description -f packlist pkg-filename",
" pkg_create [-EGYNRhvxy] -b pkg-name [pkg-filename]");
" pkg_create [-EGYNRhnvxy] -b pkg-name [pkg-filename]");
exit(1);
}