From d29bdad048c13ba8ae3f095464598b75a3cf67fe Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Fri, 7 Sep 2007 10:18:40 -0400 Subject: [PATCH 1/1] Fix the usage message for gssd to reflect new option Fix the usage message for gssd to reflect new -M option added in 1.1.0 Signed-off-by: Kevin Coffman Signed-off-by: Neil Brown --- utils/gssd/gssd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c index b6c4ee4..bbcad20 100644 --- a/utils/gssd/gssd.c +++ b/utils/gssd/gssd.c @@ -81,7 +81,7 @@ sig_hup(int signal) static void usage(char *progname) { - fprintf(stderr, "usage: %s [-f] [-n] [-v] [-r] [-p pipefsdir] [-k keytab] [-d ccachedir]\n", + fprintf(stderr, "usage: %s [-f] [-M] [-n] [-v] [-r] [-p pipefsdir] [-k keytab] [-d ccachedir]\n", progname); exit(1); } -- 2.39.2