summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 481fc36..5778d06 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,13 @@ of [YARA](https://plusvic.github.io/yara/) rules. Yes, it's that simple!
55 55
56``` 56```
57$ ./phpmalwarefinder -h 57$ ./phpmalwarefinder -h
58Usage phpmalwarefinder [-cfhw] <file|folder> ... 58Usage phpmalwarefinder [-cfhtv] [-l (php|asp)] <file|folder> ...
59 -c Optional path to a configuration file 59 -c Optional path to a configuration file
60 -f Fast mode 60 -f Fast mode
61 -h Show this help message 61 -h Show this help message
62 -t Specify the number of threads to use (8 by default) 62 -t Specify the number of threads to use (8 by default)
63 -v Verbose mode 63 -v Verbose mode
64 -l Set language ('asp', 'php')
64``` 65```
65 66
66Or if you prefer to use `yara`: 67Or if you prefer to use `yara`: