Places: Improve command description #1664
This commit is contained in:
parent
04cde0f392
commit
92ea5982d1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue