diff --git a/server/src/codingpro/werewolves/server/Command.java b/server/src/codingpro/werewolves/server/Command.java index 6550ccb..178f170 100644 --- a/server/src/codingpro/werewolves/server/Command.java +++ b/server/src/codingpro/werewolves/server/Command.java @@ -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 ", "Starts a game"), STOP("stop ", "Stops a game"), REMOVE("remove ", "Removes a game"),