diff options
Diffstat (limited to 'src/tests/stress-tests.c')
-rw-r--r-- | src/tests/stress-tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/stress-tests.c b/src/tests/stress-tests.c index 3b5373579..b645c25c1 100644 --- a/src/tests/stress-tests.c +++ b/src/tests/stress-tests.c @@ -214,7 +214,7 @@ int main(int argc, const char *argv[]) struct poptOption long_options[] = { POPT_AUTOHELP { "groups", 'g', POPT_ARG_NONE, &pc_groups, 0, - "Lookup in groups instead of users" }, + "Lookup in groups instead of users", NULL }, { "prefix", '\0', POPT_ARG_STRING, &pc_prefix, 0, "The username prefix", NULL }, { "start", '\0', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, @@ -227,7 +227,7 @@ int main(int argc, const char *argv[]) "Fail on not getting the requested NSS data (default: No)", NULL }, { "verbose", 'v', POPT_ARG_NONE, 0, 'v', - "Be verbose" }, + "Be verbose", NULL }, POPT_TABLEEND }; |