summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-03-31 10:57:31 +0200
committerJulien (jvoisin) Voisin2016-03-31 11:00:50 +0200
commitb1f5377f011ff1eeab9bec96261667ed566c6fbe (patch)
tree75c4cae8d836b628e530181b126559dd5a19d462 /README.md
parente3b724a688ed658214660b28ed3763e8db9e3f96 (diff)
Update the documentation
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`: