Skip to content

Commit

Permalink
Update capa/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
yelhamer and williballenthin authored Aug 19, 2024
1 parent 2f00b7f commit 79f3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79f3097

Please sign in to comment.