mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01: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