diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index a4bdb5013861..80fa446fc7b1 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -110,7 +110,8 @@ static const struct option longopts[] = { { "uids", no_argument, NULL, 'u' }, { "version", no_argument, NULL, 'v' }, { "swap", no_argument, NULL, 'w' }, - { "system-idle-procs", no_argument, NULL, 'z' } + { "system-idle-procs", no_argument, NULL, 'z' }, + { NULL, 0, NULL, 0 } }; static void