Remove /utf8 arg from FastCopy launchers
I seems that the FastCopy docs are outdated?
This commit is contained in:
parent
6e4bc11a7e
commit
302ad58814
1 changed files with 0 additions and 2 deletions
|
|
@ -123,7 +123,6 @@ LAUNCHERS = {
|
|||
r' /logfile=%log_dir%\Tools\FastCopy.log'
|
||||
r' /acl'
|
||||
r' /cmd=noexist_only'
|
||||
r' /utf8'
|
||||
r' /skip_empty_dir'
|
||||
r' /linkdest'
|
||||
r' /exclude='
|
||||
|
|
@ -172,7 +171,6 @@ LAUNCHERS = {
|
|||
r' /logfile=%log_dir%\Tools\FastCopy.log'
|
||||
r' /acl'
|
||||
r' /cmd=noexist_only'
|
||||
r' /utf8'
|
||||
r' /skip_empty_dir'
|
||||
r' /linkdest'
|
||||
r' /exclude='
|
||||
|
|
|
|||
Loading…
Reference in a new issue