summaryrefslogtreecommitdiff
path: root/build-aux/useless-if-before-free
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-01 21:12:30 +0200
committerJim Meyering <meyering@redhat.com>2008-05-01 21:12:30 +0200
commit7edfb3bd495f57dfade16aa90b759ea1044a4aac (patch)
treee7e90841c83f474766e3b95448e0d3132d664ff5 /build-aux/useless-if-before-free
parent50f8b70f0dba1bfa3242c6de9991fdd04457ca04 (diff)
downloadgnulib-7edfb3bd495f57dfade16aa90b759ea1044a4aac.tar.gz
useless-if-before-free: correct --help's exit status description
* build-aux/useless-if-before-free (usage): Like grep, exit 0 for one or more matches, etc. Reported by Bruno Haible.
Diffstat (limited to 'build-aux/useless-if-before-free')
-rwxr-xr-xbuild-aux/useless-if-before-free6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/useless-if-before-free b/build-aux/useless-if-before-free
index 4603c6c601..48f55c661a 100755
--- a/build-aux/useless-if-before-free
+++ b/build-aux/useless-if-before-free
@@ -2,7 +2,7 @@
# Detect instances of "if (p) free (p);".
# Likewise for "if (p != NULL) free (p);". And with braces.
-my $VERSION = '2008-04-29 19:56'; # UTC
+my $VERSION = '2008-05-01 19:11'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -68,8 +68,8 @@ OPTIONS:
Exit status:
- 0 no match
- 1 one or more matches
+ 0 one or more matches
+ 1 no match
2 an error
EXAMPLE: