diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-06-01 21:26:52 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-06-01 21:26:52 +0000 |
| commit | 75cf69394bf7de3375897ff65142d4bc5233bb45 (patch) | |
| tree | e67d45d8202fafc083d480e2b4f9e6d2b8ffd0b6 /usr.sbin/pkg_install | |
| parent | 74fb0ba732c0470e4cae21d0a7af01715bd77bc3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/info/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index aaa2a1bf771e2..08ab23b22956d 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -58,6 +58,7 @@ static struct option longopts[] = { { "verbose", no_argument, NULL, 'v' }, { "version", no_argument, NULL, 'P' }, { "which", required_argument, NULL, 'W' }, + { NULL, 0, NULL, 0 } }; int |
