Skip to content

Commit 4b242dd

Browse files
committed
add --check-hash-based-pycs to usage output
1 parent a71ff7d commit 4b242dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ static const char usage_3[] = "\
104104
also PYTHONWARNINGS=arg\n\
105105
-x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\
106106
-X opt : set implementation-specific option\n\
107+
--check-hash-based-pycs always|default|never:\n\
108+
control how Python invalidates hash-based .pcy files\n\
107109
";
108110
static const char usage_4[] = "\
109111
file : program read from script file\n\

0 commit comments

Comments
 (0)