mirror of
https://github.com/rclone/rclone.git
synced 2026-01-08 11:33:33 +00: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