diff options
author | keramida <keramida@FreeBSD.org> | 2008-05-27 19:06:45 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2008-05-27 19:06:45 +0000 |
commit | c1cd201fb9cfa82bcd3bd26d2bbf63a8c568ecfd (patch) | |
tree | 763a49e08419457f1896ad0980d15d4c41662893 /usr.sbin/pkg_install/create | |
parent | 13eb9498862d4684ad59847a7c0dafa93dae8b47 (diff) | |
download | FreeBSD-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/create')
-rw-r--r-- | usr.sbin/pkg_install/create/main.c | 2 |
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); } |