From 038e5f009ef31a803d32a3fbc8c2d1d95fe1fbd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Aug 1999 14:43:52 +0000 Subject: [PATCH] (longopts): Restore accidentally-removed entry for `--portability' long option. --- src/pathchk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pathchk.c b/src/pathchk.c index d13d558f69..9c65b126c0 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} }; -- 2.47.3