Merge Greg's branch into the master branch #262

Merged
greg6775 merged 4 commits from greg-dev into master 2019-12-26 23:28:13 +01:00
Showing only changes of commit 06e30e9276 - Show all commits

View file

@ -58,6 +58,6 @@ public class GifCommand implements Command {
@Override
public String usage() {
return "<SearchTerm>";
return "searchterm";
}
}