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>
This commit is contained in:
parent
1f925038ab
commit
0084c44799
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user