summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-30 14:43:52 +0000
committerJim Meyering <jim@meyering.net>1999-08-30 14:43:52 +0000
commit038e5f009ef31a803d32a3fbc8c2d1d95fe1fbd8 (patch)
tree381cf783f20e9d529ba7e43dbd916e7c391dc1d0 /src/pathchk.c
parent4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c (diff)
downloadcoreutils-038e5f009ef31a803d32a3fbc8c2d1d95fe1fbd8.tar.xz
(longopts): Restore accidentally-removed entry for `--portability' long option.
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index d13d558f6..9c65b126c 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -104,6 +104,7 @@ char *program_name;
static struct option const longopts[] =
{
+ {"portability", no_argument, NULL, 'p'},
{NULL, 0, NULL, 0}
};