From 85f593ee56f757089e56ffb03ed5ebab84bd132f Mon Sep 17 00:00:00 2001 From: Rob O'Dwyer Date: Fri, 20 May 2022 16:58:26 -0700 Subject: [PATCH] update README --- cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/README.md b/cli/README.md index 1245923..00cc1dd 100644 --- a/cli/README.md +++ b/cli/README.md @@ -32,14 +32,14 @@ Usage: battlesnake play [flags] Flags: - -W, --width int Width of Board (default 11) - -H, --height int Height of Board (default 11) + -W, --width int Width of Board (default 11) + -H, --height int Height of Board (default 11) -n, --name stringArray Name of Snake -u, --url stringArray URL of Snake - -S, --squad stringArray Squad of Snake -t, --timeout int Request Timeout (default 500) -s, --sequential Use Sequential Processing -g, --gametype string Type of Game Rules (default "standard") + -m, --map string Game map to use to populate the board (default "standard") -v, --viewmap View the Map Each Turn -c, --color Use color to draw the map -r, --seed int Random Seed (default 1649588785026867900)