]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Include author name argument.
authorJim Meyering <jim@meyering.net>
Thu, 4 Mar 1999 05:26:47 +0000 (05:26 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Mar 1999 05:26:47 +0000 (05:26 +0000)
src/join.c
src/md5sum.c

index abea85d2f78721e399589cf3148fea098c9a2e9b..087899c5f7fafad8b9d72b0ccbc6508ca970f9d7 100644 (file)
@@ -737,7 +737,8 @@ main (int argc, char **argv)
      it may be increased.  */
   uni_blank.nfields = 1;
 
-  parse_long_options (argc, argv, "join", GNU_PACKAGE, VERSION, usage);
+  parse_long_options (argc, argv, "join", GNU_PACKAGE, VERSION,
+                     "Mike Haertel", usage);
 
   nfiles = 0;
   print_pairables = 1;
index ca987ad3aeaf1b121a0bf2a947de917d07e00b21..c49a48040ed2a60b862e2eb9e62bcdb943554392 100644 (file)
@@ -472,7 +472,8 @@ main (int argc, char **argv)
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  parse_long_options (argc, argv, "md5sum", GNU_PACKAGE, VERSION, usage);
+  parse_long_options (argc, argv, "md5sum", GNU_PACKAGE, VERSION,
+                     "Ulrich Drepper", usage);
 
   while ((opt = getopt_long (argc, argv, "bctw", long_options, NULL)) != -1)
     switch (opt)