From 524a064514f1bec587deedb1ecc47a5369cfd105 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 23 Sep 2004 12:55:08 +0000 Subject: [PATCH] add help strings to some options git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14254 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/ipropd_master.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/kadm5/ipropd_master.c b/lib/kadm5/ipropd_master.c index 2f09282b0..6cf71ef7c 100644 --- a/lib/kadm5/ipropd_master.c +++ b/lib/kadm5/ipropd_master.c @@ -598,9 +598,12 @@ static struct getargs args[] = { { "keytab", 'k', arg_string, &keytab_str, "keytab to get authentication from", "kspec" }, { "database", 'd', arg_string, &database, "database", "file"}, - { "slave-stats-file", 0, arg_string, &slave_stats_file, "file"}, - { "time-missing", 0, arg_string, &slave_time_missing, "time"}, - { "time-gone", 0, arg_string, &slave_time_gone, "time"}, + { "slave-stats-file", 0, arg_string, &slave_stats_file, + "file for slave status information", "file"}, + { "time-missing", 0, arg_string, &slave_time_missing, + "time before slave is polled for presence", "time"}, + { "time-gone", 0, arg_string, &slave_time_gone, + "time of inactivity after which a slave is considered gone", "time"}, #ifdef HAVE_DAEMON { "detach", 0, arg_flag, &detach_from_console, "detach from console" },