[Forensics-changes] [yara] 234/368: Update documentation for command-line arguments

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit 24a503d706ead227b6fb982663ec1627cdab1fbe
Author: plusvic <plusvic at gmail.com>
Date:   Mon Mar 21 16:28:57 2016 +0100

    Update documentation for command-line arguments
---
 docs/commandline.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/commandline.rst b/docs/commandline.rst
index fe51376..1454ac2 100644
--- a/docs/commandline.rst
+++ b/docs/commandline.rst
@@ -54,6 +54,10 @@ Available options are:
 
   Print matching strings.
 
+.. option:: -e --print-namespace
+
+  Print rules' namespace.
+
 .. option:: -p <number> --threads=<number>
 
   Use the specified <number> of threads to scan a directory.
@@ -66,11 +70,13 @@ Available options are:
 
   Abort scanning after a number of seconds has elapsed.
 
-.. option:: -k <slots> --stacksize=<slots>
+.. option:: -k <slots> --stack-size=<slots>
 
   Allocate a stack size of "slots" number of slots. Default: 16384. This
   will allow you to use larger rules, albeit with more memory overhead.
 
+  .. versionadded:: 3.5.0
+
 .. option:: -d <identifier>=<value>
 
   Define external variable.
@@ -123,4 +129,3 @@ Here you have some examples:
   *cuckoo_json_report* to the cuckoo module::
 
     yara -x cuckoo=cuckoo_json_report /foo/bar/rules bazfile
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list