Add two missed modifiers into usage message (-G' and -x').

This commit is contained in:
Maxim Sobolev 2001-02-24 14:10:31 +00:00
parent f32ded2fb5
commit 87b0b1f0b8

View File

@ -195,7 +195,7 @@ static void
usage()
{
fprintf(stderr, "%s\n%s\n%s\n",
"usage: pkg_info [-cdDfiIkLmopqrRsv] [-e package] [-l prefix]",
"usage: pkg_info [-cdDfGiIkLmopqrRsvx] [-e package] [-l prefix]",
" [-t template] [pkg-name ...]",
" pkg_info -a [flags]");
exit(1);