]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Fix the usage message for gssd to reflect new option
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 7 Sep 2007 14:18:40 +0000 (10:18 -0400)
committerNeil Brown <neilb@suse.de>
Tue, 11 Sep 2007 15:19:50 +0000 (17:19 +0200)
Fix the usage message for gssd to reflect new -M option added in 1.1.0

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/gssd/gssd.c

index b6c4ee429f3dbb6af3543986334ef5e154982d4c..bbcad20d1c7ae50882edd8f6afba93141c475c09 100644 (file)
@@ -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);
 }