summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot.c b/src/chroot.c
index 3a82d5c3b..e8933ace5 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -77,7 +77,7 @@ main (int argc, char **argv)
usage, AUTHORS, (char const *) NULL);
if (getopt_long (argc, argv, "+", NULL, NULL) != -1)
- usage (EXIT_FAILURE);
+ usage (EXIT_FAIL);
if (argc <= optind)
{