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{{
|
Options: []fs.Option{{
|
||||||
Name: "nounc",
|
Name: "nounc",
|
||||||
Help: "Disable UNC (long path names) conversion on Windows.",
|
Help: "Disable UNC (long path names) conversion on Windows.",
|
||||||
|
Default: false,
|
||||||
Advanced: runtime.GOOS != "windows",
|
Advanced: runtime.GOOS != "windows",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "true",
|
Value: "true",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue