Skip to content

Commit 0309e03

Browse files
committed
✨ add improvements in instructions
1 parent 2bfc46c commit 0309e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exec_code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ def main():
145145
print(f'{"make NUMBER [project_name, ...]": <50} makes NUMBER '
146146
' of compressed testcastes for each project_name, need a '
147147
'gen.py. gen_flags.txt can be provided for altering generation')
148-
print(f'{"create project_name": <50} creates an empty project ')
148+
print(f'{"create project_name NUMBER": <50} creates an empty project '
149+
'with NUMBER of empty input files')
149150

150151

151152
if __name__ == "__main__":

0 commit comments

Comments
 (0)