-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,15 +43,15 @@ Full details can be found in `hashit --help` or `hashit -h`. | |
``` | ||
$ hashit -h | ||
Hash It! | ||
Version 1.1.0 | ||
Version 1.2.0 | ||
Ben Boyter <[email protected]> | ||
Usage: | ||
hashit [flags] | ||
Flags: | ||
--debug enable debug output | ||
-f, --format string set output format [text, json, sum, hashdeep] (default "text") | ||
-f, --format string set output format [text, json, sum, hashdeep, hashonly] (default "text") | ||
-c, --hash strings hashes to be run for each file (set to 'all' for all possible hashes) (default [md5,sha1,sha256,sha512]) | ||
--hashes list all supported hashes | ||
-h, --help help for hashit | ||
|