]> andersk Git - moira.git/commitdiff
Document -i flag in the usage message.
authorzacheiss <zacheiss>
Wed, 26 Sep 2001 03:33:50 +0000 (03:33 +0000)
committerzacheiss <zacheiss>
Wed, 26 Sep 2001 03:33:50 +0000 (03:33 +0000)
clients/stanley/stanley.c

index 08db5f335ba2d32c4b8be01e2b551568f8af998d..78f3f9372ae24515aae39ed42776166cd6e61bd5 100644 (file)
@@ -659,6 +659,7 @@ void usage(char **argv)
 #define USAGE_OPTIONS_FORMAT "  %-39s%s\n"
   fprintf(stderr, "Usage: %s username [options]\n", argv[0]);
   fprintf(stderr, "Options are\n");
+  fprintf(stderr, "  %-39s\n", "-i   | -info");
   fprintf(stderr, USAGE_OPTIONS_FORMAT, "-C   | -create",
           "-D   | -deact");
   fprintf(stderr, USAGE_OPTIONS_FORMAT, "-r   | -register",
This page took 4.260604 seconds and 5 git commands to generate.