diff --git a/gprofiler/profilers/python.py b/gprofiler/profilers/python.py index 65ce0b54c..6a6827ce1 100644 --- a/gprofiler/profilers/python.py +++ b/gprofiler/profilers/python.py @@ -347,7 +347,9 @@ def _should_skip_process(self, process: Process) -> bool: dest="python_pyspy_processes", nargs="+", type=int, - help="List of processes (by PID) to profile with py-spy." "This option forces gProfiler to ", + help="List of processes (by PID) to profile with py-spy." + "This option forces gProfiler to profile these processes with py-spy, " + "even if they are not detected as Python processes.", ), ], supported_profiling_modes=["cpu"],