From: Jim Meyering Date: Mon, 30 Aug 1999 14:43:52 +0000 (+0000) Subject: (longopts): Restore accidentally-removed entry for `--portability' long option. X-Git-Tag: FILEUTILS-4_0j-trial~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=038e5f009ef31a803d32a3fbc8c2d1d95fe1fbd8;p=thirdparty%2Fcoreutils.git (longopts): Restore accidentally-removed entry for `--portability' long option. --- 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} };