From 79f30974aada7e2341520786cc6dddfcbfb9e142 Mon Sep 17 00:00:00 2001 From: Yacine <16624109+yelhamer@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:18:38 +0100 Subject: [PATCH] Update capa/main.py Co-authored-by: Willi Ballenthin --- capa/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/main.py b/capa/main.py index 6311f1eb2..9a2fc2189 100644 --- a/capa/main.py +++ b/capa/main.py @@ -300,7 +300,7 @@ def install_common_args(parser, wanted=None): "--restrict-to-processes", type=lambda s: s.replace(" ", "").split(","), default=[], - help="provide a list of comma-separated processes to analyze (dynamic analysis).", + help="provide a list of comma-separated process IDs to analyze (dynamic analysis).", ) if "os" in wanted: