diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-04 17:24:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-04 17:24:53 +0000 |
commit | 7154b99c89f9598cafc0044008fe61eb202099dc (patch) | |
tree | e93b9c2d43d7e9fc92d6e860ff85d28e3e131420 | |
parent | 01986e9c6f45e718a11c8cd7a37306b54b78b501 (diff) | |
download | busybox-w32-7154b99c89f9598cafc0044008fe61eb202099dc.tar.gz busybox-w32-7154b99c89f9598cafc0044008fe61eb202099dc.tar.bz2 busybox-w32-7154b99c89f9598cafc0044008fe61eb202099dc.zip |
- improve wording
-rw-r--r-- | findutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 554303f75..dd8a8c9bb 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -96,8 +96,8 @@ config FEATURE_FIND_NOT | |||
96 | depends on FIND | 96 | depends on FIND |
97 | help | 97 | help |
98 | Support the '!' operator to invert the test results. If 'Enable | 98 | Support the '!' operator to invert the test results. If 'Enable |
99 | full-blown desktop' is enabled, then will also the non-POSIX | 99 | full-blown desktop' is enabled, then will also support the |
100 | '-not' be supported. | 100 | non-POSIX notation '-not'. |
101 | 101 | ||
102 | config GREP | 102 | config GREP |
103 | bool "grep" | 103 | bool "grep" |