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 2bfc46c commit 0309e03Copy full SHA for 0309e03
exec_code.py
@@ -145,7 +145,8 @@ def main():
145
print(f'{"make NUMBER [project_name, ...]": <50} makes NUMBER '
146
' of compressed testcastes for each project_name, need a '
147
'gen.py. gen_flags.txt can be provided for altering generation')
148
- print(f'{"create project_name": <50} creates an empty project ')
+ print(f'{"create project_name NUMBER": <50} creates an empty project '
149
+ 'with NUMBER of empty input files')
150
151
152
if __name__ == "__main__":
0 commit comments