Skip to content

Commit 195eec9

Browse files
committed
tweaks in the command docs
1 parent 15ff124 commit 195eec9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

blackfire_conprof/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
logger = log.get_logger(__name__)
66

77
def _print_help():
8-
help_string = '''Usage: blackfire-run <program>
9-
Enable code instrumentation, run a python program, and starts continuous profiling.
8+
help_string = '''Usage: blackfire-conprof <application>
9+
Runs the application with the Blackfire Continuous Profiler enabled.
1010
'''
1111
print(help_string)
1212

1313

1414
def _add_bootstrap_to_pythonpath(bootstrap_dir):
15-
"""
16-
Add our bootstrap directory to the head of $PYTHONPATH to ensure
17-
it is loaded before program code
18-
"""
1915
python_path = os.environ.get('PYTHONPATH', '')
2016

2117
if python_path:

0 commit comments

Comments
 (0)