Skip to content

Commit 3ad7368

Browse files
Update scorep/__main__.py
Co-authored-by: Bert Wesarg <[email protected]>
1 parent a21d797 commit 3ad7368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scorep/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _err_exit(msg):
1414

1515
def print_help():
1616
print("""
17-
Usage: python -m scorep [options] [--] your_program.py [args]
17+
Usage: python -m scorep [options] [--] <script> [args]
1818
1919
Score-P Python instrumentation wrapper. The following options control how the program is instrumented and executed. Any unknown option are passed directly to 'scorep-config'.
2020

0 commit comments

Comments
 (0)