Skip to content

Commit

Permalink
Added greenhouses as an alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Aug 12, 2019
1 parent 815caa7 commit 182d576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 182d576

Please sign in to comment.