summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2008-05-27 19:06:45 +0000
committerkeramida <keramida@FreeBSD.org>2008-05-27 19:06:45 +0000
commitc1cd201fb9cfa82bcd3bd26d2bbf63a8c568ecfd (patch)
tree763a49e08419457f1896ad0980d15d4c41662893 /usr.sbin/pkg_install
parent13eb9498862d4684ad59847a7c0dafa93dae8b47 (diff)
downloadFreeBSD-src-c1cd201fb9cfa82bcd3bd26d2bbf63a8c568ecfd.zip
FreeBSD-src-c1cd201fb9cfa82bcd3bd26d2bbf63a8c568ecfd.tar.gz
Update usage strings to add a missing -n option.
Noticed by: Matthias Apitz, matthias.apitz at oclc.org
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/create/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index ea15b91..14142ae 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -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);
}
OpenPOWER on IntegriCloud