Skip to content

Commit

Permalink
update documentation etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumPaget committed Jun 2, 2017
1 parent e4613f6 commit fba789a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions command-line-args.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ printf(" %-15s %s\n","-tag", "Output hashes in bsdsum format");
printf(" %-15s %s\n","--tag", "Output hashes in bsdsum format");
printf(" %-15s %s\n","-r", "Recurse into directories when hashing files");
printf(" %-15s %s\n","-f <listfile>", "Hash files listed in <listfile>");
printf(" %-15s %s\n","-i <pattern>", "Only hash items matching <pattern>");
printf(" %-15s %s\n","-x <pattern>", "Exclude items matching <pattern>");
printf(" %-15s %s\n","-i <patterns>", "Only hash items matching a comma-seperated list of shell patterns");
printf(" %-15s %s\n","-x <patterns>", "Exclude items matching a comma-sepearted list of shell patterns");
printf(" %-15s %s\n","-n <length>", "Truncate hashes to <length> bytes");
printf(" %-15s %s\n","-c", "CHECK hashes against list from file (or stdin)");
printf(" %-15s %s\n","-cf", "CHECK hashes against list but only show failures");
Expand Down
4 changes: 2 additions & 2 deletions hashrat.1
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ Hash files listed in <listfile>.
.TP
.B
\fB-i\fP <pattern>
Only \fIhash\fP items matching <pattern>.
Only \fIhash\fP items matching a comma-seperated list of shell patterns.
.TP
.B
\fB-x\fP <pattern>
Exclude items matching <pattern>.
Exclude items matching a comma-seperated list of shell patterns.
.TP
.B
\fB-n\fP <length>
Expand Down

0 comments on commit fba789a

Please sign in to comment.