mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
Update filebot -help
This commit is contained in:
parent
b4be431035
commit
14e87227bc
@ -93,7 +93,7 @@ public class ArgumentBean {
|
||||
@Option(name = "--log-lock", usage = "Lock log file", metaVar = "[yes, no]", handler = ExplicitBooleanOptionHandler.class)
|
||||
public boolean logLock = true;
|
||||
|
||||
@Option(name = "-r", usage = "Resolve folders recursively")
|
||||
@Option(name = "-r", usage = "Recursively process folders")
|
||||
public boolean recursive = false;
|
||||
|
||||
@Option(name = "-clear-cache", usage = "Clear cached and temporary data")
|
||||
|
Loading…
Reference in New Issue
Block a user