forgor to make the location greedy
This commit is contained in:
parent
96c11f3291
commit
4b7a1bb595
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class WeatherCommand implements Command {
|
||||||
|
|
||||||
public List<String> usage() {
|
public List<String> usage() {
|
||||||
final List<String> usages = new ArrayList<>();
|
final List<String> usages = new ArrayList<>();
|
||||||
usages.add("<location>");
|
usages.add("<{location}>");
|
||||||
|
|
||||||
return usages;
|
return usages;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue