Added greenhouses as an alias

This commit is contained in:
tastybento 2019-08-11 17:43:17 -07:00
parent 815caa799a
commit 182d5763b6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class UserCommand extends CompositeCommand {
* @param parent - parent command
*/
public UserCommand(Greenhouses gh, CompositeCommand parent) {
super(gh, parent, "greenhouse", "gh");
super(gh, parent, "greenhouse", "gh", "greenhouses");
}
/* (non-Javadoc)