diff options
author | Ismael Luceno <ismael@iodev.co.uk> | 2021-09-29 13:41:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-07 16:38:32 +0200 |
commit | 0084c44799f4735e2e8a0d92381edc77a4c9d77f (patch) | |
tree | cb14b1102e4c385d1ceff1357c7ee9ac1c3d054c | |
parent | 1f925038ab9c6bd8f6b3cd40ed7aab0ef10d898e (diff) | |
download | busybox-w32-0084c44799f4735e2e8a0d92381edc77a4c9d77f.tar.gz busybox-w32-0084c44799f4735e2e8a0d92381edc77a4c9d77f.tar.bz2 busybox-w32-0084c44799f4735e2e8a0d92381edc77a4c9d77f.zip |
config: find: Fix mtime/mmin description
s/modified time/modification time/
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | findutils/find.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/find.c b/findutils/find.c index 34e11ae26..6d55db4e9 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -67,7 +67,7 @@ | |||
67 | //config: interpreted by other programs. | 67 | //config: interpreted by other programs. |
68 | //config: | 68 | //config: |
69 | //config:config FEATURE_FIND_MTIME | 69 | //config:config FEATURE_FIND_MTIME |
70 | //config: bool "Enable -mtime: modified time matching" | 70 | //config: bool "Enable -mtime: modification time matching" |
71 | //config: default y | 71 | //config: default y |
72 | //config: depends on FIND | 72 | //config: depends on FIND |
73 | //config: help | 73 | //config: help |
@@ -75,7 +75,7 @@ | |||
75 | //config: files, in days. | 75 | //config: files, in days. |
76 | //config: | 76 | //config: |
77 | //config:config FEATURE_FIND_MMIN | 77 | //config:config FEATURE_FIND_MMIN |
78 | //config: bool "Enable -mmin: modified time matching by minutes" | 78 | //config: bool "Enable -mmin: modification time matching by minutes" |
79 | //config: default y | 79 | //config: default y |
80 | //config: depends on FIND | 80 | //config: depends on FIND |
81 | //config: help | 81 | //config: help |