bendns' repos
/
chess
online multiplayer chess game (note server currently down)
main
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Utils.gd')
-rw-r--r--
Utils.gd
2
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",