Skip to content

Commit 20332ca

Browse files
authored
Update README.md
1 parent 019fdb3 commit 20332ca

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,25 @@
77

88
###### The program will require you to choose an algorithm (md5, sha1, sha224, sha256, sha384, sha512) and the files that you'll want to check. Here are the possible options:
99

10-
Usage: ./CheckMySum.exe [-a/--algorithm] ALGORITHM [-f/--files] FILES ...
11-
-------------------------------------------------------------------------
10+
Usage: CheckMySum.exe [-a/--algorithm] ALGORITHM [-f/--files] FILES ... [-u/--upper] [-g/--generate GENERATE]
11+
-------------------------------------------------------------------------------------------------------------
1212

13-
'-h', '--help' Show the help message and exit
13+
'-h', '--help' Show the help message and exit
14+
'-v', '--version' Show the programs version and exit
1415

15-
'-a', '--algorithm' Defines the hash algorithm to be used
16-
'-f', '--files' Select the files to be checked
17-
'-v', '--version' Show the programs version and exit
16+
'-a', '--algorithm' Defines the hash algorithm to be used
17+
'-f', '--files' Select the files to be checked
18+
'-u', '--upper' Display the hash value in uppercase letters
19+
'-g', '--generate' Generate a checksum file for the files checked
20+
21+
###### You can generate a hash file with the results computed by the program, just use the '-g' or '--generate' option and input a filename for the hash file to be created.
22+
23+
###### You can display the hash in uppercase letters by using the '-u' or '--upper' option. By default the hash will be displayed in downcase letters.
1824

1925
###### I've made this program to be used on Windows but it can run just fine on other operating systems (like GNU/Linux, BSD and OSX), as long as you have Python 2.
2026

27+
## [Check the CHANGELOG.txt for more informations!](https://raw.github.com/Wolfterro/CheckMySum/master/CHANGELOG.txt)
28+
2129
### Requirements:
2230

2331
#### Compiling:
@@ -33,10 +41,10 @@
3341

3442
##### You can execute the program directly if you don't want to compile it or in case you don't have PyInstaller:
3543

36-
python src/Main.py [-a/--algorithm] ALGORITHM [-f/--files] FILES ...
44+
python2 src/Main.py [-a/--algorithm] ALGORITHM [-f/--files] FILES ... [-u/--upper] [-g/--generate GENERATE]
3745

3846
### Download:
3947

4048
##### **PS**: Binary files doesn't require Python to be installed!
41-
#### ***Binary (Windows):*** https://github.com/Wolfterro/CheckMySum/releases/tag/v1.0.0-Windows
42-
#### ***Código-fonte:*** https://github.com/Wolfterro/CheckMySum/archive/master.zip
49+
#### ***Binary (Windows):*** https://github.com/Wolfterro/CheckMySum/releases/tag/v1.0.1-Windows
50+
#### ***Source code:*** https://github.com/Wolfterro/CheckMySum/archive/master.zip

0 commit comments

Comments
 (0)