projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d33bd
)
(main): Usage failure is EXIT_FAIL, not EXIT_FAILURE.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:07:46 +0000
(
01:07
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 19 Sep 2004 01:07:46 +0000
(
01:07
+0000)
src/chroot.c
patch
|
blob
|
history
diff --git
a/src/chroot.c
b/src/chroot.c
index 3a82d5c3b972c634a1cd2510813c04f36c0cbc34..e8933ace5c6bd8787d53a4f5a9bea240499e56ce 100644
(file)
--- 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_FAIL
URE
);
+ usage (EXIT_FAIL);
if (argc <= optind)
{