Skip to content

Commit

Permalink
Fix CLI help.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Feb 19, 2020
1 parent ccd9ac5 commit 371fe76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/debugpy/server/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
See https://aka.ms/debugpy for documentation.
Usage: debugpy --listen [<address>:]<port>
[--config-<name> <value>]...
[--wait-for-client]
[--configure-<name> <value>]...
[--log-to <path>] [--log-to-stderr]
{1}
[<arg>]...
""".format(
debugpy.__version__, TARGET
)
Expand Down

0 comments on commit 371fe76

Please sign in to comment.