summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index fa81b1b68..3fcc12924 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -179,14 +179,14 @@ main (int argc, char **argv)
break;
default:
- usage (1);
+ usage (EXIT_FAILURE);
}
}
if (optind == argc)
{
error (0, 0, _("too few arguments"));
- usage (1);
+ usage (EXIT_FAILURE);
}
for (; optind < argc; ++optind)