Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosko authored Oct 30, 2019
1 parent 289c5f2 commit f7e8484
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
Create csv file with information about all files in specific directory.


help:

usage: hash_all_files [-h] [--dir [start directory]] [--hash HASH] [--w W] output file
usage: hash_all_files [-h] [--dir [start directory]] [--hash HASH] [--w W] output file

Create hash for all files in specific directory

Create hash for all files in specific directory
positional arguments:

positional arguments:
output file Output file
output file Output file

optional arguments:
-h, --help show this help message and exit
--dir [start directory]
Start directory (default: c:\)
--hash HASH Select hash functions [md5, sha1, sha256] (default:
md5, sha1)
--w W Set maximum of workers 0 = same as number of cores
(default: 0)
optional arguments:

-h, --help show this help message and exit
--dir [start directory] Start directory (default: c:\)
--hash HASH Select hash functions [md5, sha1, sha256] (default:md5, sha1)
--w W Set maximum of workers 0 = same as number of cores (default: 0)

0 comments on commit f7e8484

Please sign in to comment.