forked from TrueCloudLab/rclone
config: add ending period on description option help text
This commit is contained in:
parent
a075654f20
commit
0f6c10ca02
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue