We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ff7d commit 4b242ddCopy full SHA for 4b242dd
Modules/main.c
@@ -104,6 +104,8 @@ static const char usage_3[] = "\
104
also PYTHONWARNINGS=arg\n\
105
-x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\
106
-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\
109
";
110
static const char usage_4[] = "\
111
file : program read from script file\n\
0 commit comments