online multiplayer chess game (note server currently down)
Diffstat (limited to 'Utils.gd')
-rw-r--r--Utils.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utils.gd b/Utils.gd
index ddac1ae..32fbf0f 100644
--- a/Utils.gd
+++ b/Utils.gd
@@ -87,7 +87,7 @@ func cli() -> void:
parser.add_argument(
Arg.new(
{
- triggers = ["--debug", "-d"],
+ triggers = ["--debug", "-D"],
n_args = 1,
help = "toggle debug mode",
arg_names = "enabled",