Skip to content

Commit

Permalink
version bump, documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumPaget committed Sep 22, 2018
1 parent 64bcdb9 commit 98e5d58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ OPTIONS
-f <listfile> Hash files listed in <listfile>
-i <pattern> Only hash items matching <pattern>
-x <pattern> Exclude items matching <pattern>
-X <path> Exclude items listed in file <path>. Items in the file can be wildcards.
-n <length> Truncate hashes to <length> bytes
-c CHECK hashes against list from file (or stdin)
-cf CHECK hashes but only show failures
-C CHECK files against list from file (or stdin) can spot new files
-Cf CHECK files but only show failures
-m MATCH files from a list read from stdin.
-lm Read hashes from stdin, upload them to a memcached server (requires the -memcached option).
-X In CHECK or MATCH mode only examine executable files.
-exec In CHECK or MATCH mode only examine executable files.
-dups Search for duplicate files.
-memcached <server> Specify memcached server. (Overrides reading list from stdin if used with -m, -c or -cf).
Expand Down
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

#define IGNORE -1

#define VERSION "1.8.12"
#define VERSION "1.9"


typedef struct
Expand Down
4 changes: 3 additions & 1 deletion hashrat.1
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Only \fIhash\fP items matching a comma-seperated list of shell patterns. Please
.B
\fB-x\fP <pattern>
Exclude items matching a comma-seperated list of shell patterns. Works on both directories and files.
\fB-X\fP <path>
Exclude items listed in file <path>. Items in the file can be wildcards.
.TP
.B
\fB-n\fP <length>
Expand Down Expand Up @@ -173,7 +175,7 @@ MATCH files from a list read from stdin.
Read \fIhashes\fP from stdin, upload them to a memcached server (requires the \fB-memcached\fP option).
.TP
.B
\fB-X\fP, \fB-exec\fP
\fB-exec\fP
In CHECK or MATCH mode only examine executable files.
.TP
.B
Expand Down
1 change: 0 additions & 1 deletion locatehook.out

This file was deleted.

0 comments on commit 98e5d58

Please sign in to comment.