[Forensics-changes] [yara] 129/368: Update man page to new command line syntax
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:20 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 deb689cb707a62777a6c9347e0041cdbb905a07d
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date: Wed Dec 23 15:46:12 2015 +0100
Update man page to new command line syntax
---
yara.man | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/yara.man b/yara.man
index dd0560a..4f4d67d 100644
--- a/yara.man
+++ b/yara.man
@@ -1,18 +1,14 @@
.TH yara 1 "September 22, 2008" "Victor M. Alvarez"
.SH NAME
-yara \- find files matching patterns and rules written in a special-purpose language.
+yara \- find files matching patterns and rules written in a special-purpose
+language.
.SH SYNOPSIS
.B yara
-[OPTION]... [RULEFILE]... FILE | PID
+[OPTION]... RULES_FILE FILE | DIR | PID
.SH DESCRIPTION
-.I Yara
-scans the given
-.I FILE
-or the process indentified by
-.I PID
-looking if it matches the patterns and rules provided in a special purpose-language. The rules are read from
-.I RULEFILEs
-or standard input.
+yara scans the given FILE, all files contained in directory DIR, or the process
+indentified by PID looking for matches of patterns and rules provided in a
+special purpose-language. The rules are read from RULES_FILE.
.PP
The options to
.IR yara (1)
--
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