This commit is contained in:
GregTCLTK 2019-12-26 23:23:52 +01:00
parent c4c78a96a7
commit 06e30e9276
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

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