Skip to content

Commit

Permalink
Add optional argument to the create command syntax help
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnMuijsers committed Nov 30, 2016
1 parent a5e7480 commit d508dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/codingpro/werewolves/server/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public enum Command {

NON_EXISTENT,
CREATE("create", "Creates a new game"),
CREATE("create [code]", "Creates a new game (possibly with a given code, random otherwise)"),
START("start <code>", "Starts a game"),
STOP("stop <code>", "Stops a game"),
REMOVE("remove <code>", "Removes a game"),
Expand Down

0 comments on commit d508dcf

Please sign in to comment.