mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 07:43:35 +00:00
config: add ending period on description option help text
This commit is contained in:
@@ -22,7 +22,7 @@ var Registry []*RegInfo
|
|||||||
// optDescription is a basic description option
|
// optDescription is a basic description option
|
||||||
var optDescription = Option{
|
var optDescription = Option{
|
||||||
Name: "description",
|
Name: "description",
|
||||||
Help: "Description of the remote",
|
Help: "Description of the remote.",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user