summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index a5f776773..6a0bf7965 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -98,7 +98,7 @@ char *program_name;
static struct option const longopts[] =
{
- {"portability", 0, NULL, 'p'},
+ {"portability", no_argument, NULL, 'p'},
{NULL, 0, NULL, 0}
};