From: Kevin Coffman Date: Fri, 7 Sep 2007 14:18:40 +0000 (-0400) Subject: Fix the usage message for gssd to reflect new option X-Git-Tag: nfs-utils-1-1-1~55 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d29bdad048c13ba8ae3f095464598b75a3cf67fe;hp=cfb40af4cb672848129d77f514f36c471a3fcfe5;ds=sidebyside 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 --- 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); }