summaryrefslogtreecommitdiff
path: root/src/chroot.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-19 01:07:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-19 01:07:46 +0000
commit77f80f747ea77c8474eb3a2ef3455b7703211ddc (patch)
tree3631420dd84524dabb39704dd93e23fa8424b4ac /src/chroot.c
parentb1d33bd46d3c30e11e012f920ec19f0d4af0e661 (diff)
downloadcoreutils-77f80f747ea77c8474eb3a2ef3455b7703211ddc.tar.xz
(main): Usage failure is EXIT_FAIL, not EXIT_FAILURE.
Diffstat (limited to 'src/chroot.c')
-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)
{