forked from TrueCloudLab/rclone
local: fix parsing of --local-nounc flag
This commit is contained in:
parent
7d3648dc46
commit
5697dbc80f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ func init() {
|
|||
Options: []fs.Option{{
|
||||
Name: "nounc",
|
||||
Help: "Disable UNC (long path names) conversion on Windows.",
|
||||
Default: false,
|
||||
Advanced: runtime.GOOS != "windows",
|
||||
Examples: []fs.OptionExample{{
|
||||
Value: "true",
|
||||
|
|
Loading…
Reference in a new issue