mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:05:59 +08:00
config: fix default value for description
This commit is contained in:
parent
775e567a7b
commit
b9a2d3b6b9
|
@ -23,6 +23,7 @@ var Registry []*RegInfo
|
|||
var optDescription = Option{
|
||||
Name: "description",
|
||||
Help: "Description of the remote.",
|
||||
Default: "",
|
||||
Advanced: true,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user