mirror of
https://github.com/rclone/rclone.git
synced 2025-06-21 12:33:52 +02: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{
|
var optDescription = Option{
|
||||||
Name: "description",
|
Name: "description",
|
||||||
Help: "Description of the remote.",
|
Help: "Description of the remote.",
|
||||||
|
Default: "",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user