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