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 /findutils | |
parent | 1f925038ab9c6bd8f6b3cd40ed7aab0ef10d898e (diff) |
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>
Diffstat (limited to 'findutils')
-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 @@ //config: interpreted by other programs. //config: //config:config FEATURE_FIND_MTIME -//config: bool "Enable -mtime: modified time matching" +//config: bool "Enable -mtime: modification time matching" //config: default y //config: depends on FIND //config: help @@ -75,7 +75,7 @@ //config: files, in days. //config: //config:config FEATURE_FIND_MMIN -//config: bool "Enable -mmin: modified time matching by minutes" +//config: bool "Enable -mmin: modification time matching by minutes" //config: default y //config: depends on FIND //config: help |