Skip to content

Commit 8cba430

Browse files
committed
documentation: adjust formatting and fix typo in readme
[ci skip]
1 parent d0a5039 commit 8cba430

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ SHA-384 (384bit) and SHA-512 (512bit) checksums, if desired.
1717
Since this (obviously) is a command line program, you can call it
1818
via 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

5355
A typical call could look like:
5456

@@ -67,7 +69,7 @@ CMake 3.8 or later.
6769
It also helps to have Git, a distributed version control system, on your build
6870
system 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

0 commit comments

Comments
 (0)