mirror of
https://github.com/rclone/rclone.git
synced 2025-02-21 21:12:01 +01:00
local: fix parsing of --local-nounc flag
This commit is contained in:
parent
7d3648dc46
commit
5697dbc80f
@ -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 New Issue
Block a user