]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(longopts): Restore accidentally-removed entry for `--portability' long option.
authorJim Meyering <jim@meyering.net>
Mon, 30 Aug 1999 14:43:52 +0000 (14:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Aug 1999 14:43:52 +0000 (14:43 +0000)
src/pathchk.c

index d13d558f69c6b5cb1eed0b494f27f1ad66455d4f..9c65b126c0936841fc07f8e1b94405f4bdab02dd 100644 (file)
@@ -104,6 +104,7 @@ char *program_name;
 
 static struct option const longopts[] =
 {
+  {"portability", no_argument, NULL, 'p'},
   {NULL, 0, NULL, 0}
 };