remove plural form in help string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11548 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -57,8 +57,8 @@ static int unlog_flag;
|
|||||||
static int verbose;
|
static int verbose;
|
||||||
|
|
||||||
struct getargs args[] = {
|
struct getargs args[] = {
|
||||||
{ "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cells" },
|
{ "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" },
|
||||||
{ "file", 'p', arg_strings, &files, "files to get tokens for", "paths" },
|
{ "file", 'p', arg_strings, &files, "files to get tokens for", "path" },
|
||||||
{ "realm", 'k', arg_string, &realm, "realm for afs cell", "realm" },
|
{ "realm", 'k', arg_string, &realm, "realm for afs cell", "realm" },
|
||||||
{ "unlog", 'u', arg_flag, &unlog_flag, "remove tokens" },
|
{ "unlog", 'u', arg_flag, &unlog_flag, "remove tokens" },
|
||||||
#if 0
|
#if 0
|
||||||
@@ -157,7 +157,7 @@ createuser (char *cell)
|
|||||||
static void
|
static void
|
||||||
usage(int ecode)
|
usage(int ecode)
|
||||||
{
|
{
|
||||||
arg_printusage(args, num_args, NULL, "[cell]... [path]...");
|
arg_printusage(args, num_args, NULL, "[cell|path]...");
|
||||||
exit(ecode);
|
exit(ecode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user