]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:50:28 +0000 (22:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:50:28 +0000 (22:50 +0000)
commite0261d2e7271a14b767e6851240881f4a0ef4648
tree99b47aef63bc0cbc09a9a85f3b24380a65413f45
parenta8fd56864ef1c93ca87094a3eecebc06566d6ca0
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(usage): Don't bother normalizing exit status
since the arg is already the correct exit status now.

(FATAL_ERROR, main): Exit with status EXIT_FAILURE, not 2, on errors.
src/cut.c