From 484f87beef14cb47c3ceaa06fc54021b0bc544d5 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Wed, 26 Sep 2001 05:57:49 +0000 Subject: [PATCH] Change -clearid to -mitid. --- clients/stanley/stanley.c | 4 ++-- man/stanley.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/stanley/stanley.c b/clients/stanley/stanley.c index f1662ade..c5981135 100644 --- a/clients/stanley/stanley.c +++ b/clients/stanley/stanley.c @@ -176,7 +176,7 @@ int main(int argc, char **argv) } else usage(argv); } - else if (argis("I", "clearid")) { + else if (argis("I", "mitid")) { if (arg - argv < argc - 1) { arg++; update_flag++; @@ -676,7 +676,7 @@ void usage(char **argv) fprintf(stderr, USAGE_OPTIONS_FORMAT, "-F | -first firstname", "-L | -last lastname"); fprintf(stderr, USAGE_OPTIONS_FORMAT, "-M | -middle middlename", - "-I | -clearid mitid"); + "-I | -mitid mitid"); fprintf(stderr, USAGE_OPTIONS_FORMAT, "-cl | -class class", "-c | -comment comment"); fprintf(stderr, USAGE_OPTIONS_FORMAT, "-6 | -secure 0|1", diff --git a/man/stanley.1 b/man/stanley.1 index ab4d6a24..66ddff84 100644 --- a/man/stanley.1 +++ b/man/stanley.1 @@ -47,7 +47,7 @@ Change the last name of the given user to \fIlastname\fR. .IP \fB-middle\ \fImiddlename\ \fRor\ \fB-M\ \fImiddlename\fR Change the middle name of the given user to \fImiddlename\fR. -.IP \fB-clearid\ \fImitid\ \fRor\ \fB-I\ \fImitid\fR +.IP \fB-mitid\ \fImitid\ \fRor\ \fB-I\ \fImitid\fR Change the MIT ID number of the given user to \fImitid\fR. .IP \fB-class\ \fIclass\ \fRor\ \fB-cl\ \fIclass\fR Change the class of the given user to \fIclass\fR. -- 2.45.1