Places: Improve command description #1664

This commit is contained in:
Michael Mayer 2021-11-18 04:02:10 +01:00
parent 04cde0f392
commit 92ea5982d1

View file

@ -21,7 +21,7 @@ var PlacesCommand = cli.Command{
Subcommands: []cli.Command{
{
Name: "update",
Usage: "Updates your index with the latest location data",
Usage: "Downloads the latest location data and updates your places",
Action: placesUpdateAction,
},
},