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.
17
17
Since this (obviously) is a command line program, you can call it
18
18
via command line/ shell. A list of valid options follows below.
19
19
20
-
21
20
### Synopsis
22
21
22
+ ```
23
23
sha256 [--sha1 | --sha224 | --sha256 | --sha384 | --sha512] FILENAME ...
24
-
24
+ ```
25
25
26
26
### Options + parameters
27
27
28
+ ```
28
29
--sha1
29
30
Calculate SHA-1 (160 bit) checksums instead of SHA-256.
30
31
@@ -49,6 +50,7 @@ via command line/ shell. A list of valid options follows below.
49
50
FILENAME
50
51
path to a file that should be hashed. Can be repeated
51
52
multiple times.
53
+ ```
52
54
53
55
A typical call could look like:
54
56
@@ -67,7 +69,7 @@ CMake 3.8 or later.
67
69
It also helps to have Git, a distributed version control system, on your build
68
70
system to get the latest source code directly from the Git repository.
69
71
70
- All three can usually be installed be typing
72
+ All three can usually be installed by typing
71
73
72
74
apt-get install cmake g++ git
73
75
You can’t perform that action at this time.
0 commit comments