find: tweak error message
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Feb 2010 12:22:37 +0000 (13:22 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Feb 2010 12:22:37 +0000 (13:22 +0100)
commit2e73d84c02c6dd4945838665ce0167bddbb7f1c8
tree7ef72ebf47297b04245dc348c59f69290a629034
parent8031848938032b786c71d1fadebea47e5451c19a
find: tweak error message

big find:
find: missing argument to `-exec'
we now say
find: -exec requires an argument
instead of the cryptic message we emitted previously.
Additional benefit is that it's now 23 bytes smaller.

Add TODO to add '-exec {} +' support

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
findutils/find.c