Skip to content

Commit

Permalink
Added missing word in arg description
Browse files Browse the repository at this point in the history
  • Loading branch information
p-s-cott committed Aug 4, 2023
1 parent 3e10f55 commit 94450ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"--yara-scan",
action="store",
dest="yara_scan",
help="Scan process memory using compiled YARA rule file, can be slow.",
help="Scan process memory using compiled YARA rule file, which can be slow.",
)
# Allow other arguments - needed for unittests
parser.add_argument('args', nargs=argparse.REMAINDER)
Expand Down

0 comments on commit 94450ea

Please sign in to comment.