local: fix parsing of --local-nounc flag

This commit is contained in:
Nick Craig-Wood 2022-06-16 18:08:12 +01:00
parent 7d3648dc46
commit 5697dbc80f
1 changed files with 1 additions and 0 deletions

View File

@ -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",