diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/nscd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c index 83a7b5be86..c6fb29ee9e 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -79,6 +79,7 @@ static const struct argp_option options[] = { "debug", 'd', NULL, 0, N_("Do not fork and display messages on the current tty") }, { "shutdown", 'K', NULL, 0, N_("Shut the server down") }, + { "statistic", 'g', NULL, 0, N_("Print current configuration statistic") }, { NULL, 0, NULL, 0, NULL } }; |