File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ SHA-384 (384bit) and SHA-512 (512bit) checksums, if desired.
1717Since this (obviously) is a command line program, you can call it
1818via command line/ shell. A list of valid options follows below.
1919
20-
2120### Synopsis
2221
22+ ```
2323 sha256 [--sha1 | --sha224 | --sha256 | --sha384 | --sha512] FILENAME ...
24-
24+ ```
2525
2626### Options + parameters
2727
28+ ```
2829 --sha1
2930 Calculate SHA-1 (160 bit) checksums instead of SHA-256.
3031
@@ -49,6 +50,7 @@ via command line/ shell. A list of valid options follows below.
4950 FILENAME
5051 path to a file that should be hashed. Can be repeated
5152 multiple times.
53+ ```
5254
5355A typical call could look like:
5456
@@ -67,7 +69,7 @@ CMake 3.8 or later.
6769It also helps to have Git, a distributed version control system, on your build
6870system to get the latest source code directly from the Git repository.
6971
70- All three can usually be installed be typing
72+ All three can usually be installed by typing
7173
7274 apt-get install cmake g++ git
7375
You can’t perform that action at this time.
0 commit comments