Skip to content

Commit 371fe76

Browse files
committed
Fix CLI help.
1 parent ccd9ac5 commit 371fe76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/debugpy/server/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
See https://aka.ms/debugpy for documentation.
2828
2929
Usage: debugpy --listen [<address>:]<port>
30-
[--config-<name> <value>]...
30+
[--wait-for-client]
31+
[--configure-<name> <value>]...
3132
[--log-to <path>] [--log-to-stderr]
3233
{1}
34+
[<arg>]...
3335
""".format(
3436
debugpy.__version__, TARGET
3537
)

0 commit comments

Comments
 (0)