]> andersk Git - moira.git/commitdiff
Change -clearid to -mitid.
authorzacheiss <zacheiss>
Wed, 26 Sep 2001 05:57:49 +0000 (05:57 +0000)
committerzacheiss <zacheiss>
Wed, 26 Sep 2001 05:57:49 +0000 (05:57 +0000)
clients/stanley/stanley.c
man/stanley.1

index f1662ade46a414f0fb15db1d070e69290372a4bf..c59811353bc5d6e9ded4b07e530b36bf421aecc9 100644 (file)
@@ -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",
index ab4d6a242be4f7eb876522c48cf8b59289b8f483..66ddff8445f1c237149bc378e116808fa6ac8ebb 100644 (file)
@@ -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.
This page took 0.050188 seconds and 5 git commands to generate.