Fix option hiding bug
This commit is contained in:
parent
2b1a9896b2
commit
cdc25b0300
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ function main(arg)
|
|||
-- not taken by the file module, but other modules call file so it must ignore them
|
||||
, content = {}
|
||||
, backup = {}
|
||||
, force = {}
|
||||
-- , force = {}
|
||||
, remote_src = {}
|
||||
, regexp = {}
|
||||
, delimiter = {}
|
||||
, directory_mode = {}
|
||||
-- , directory_mode = {}
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue