Skip to content

Commit 4b2c79b

Browse files
lurchpelwell
authored andcommitted
Remove inconsistent full stops
1 parent fc710e5 commit 4b2c79b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tools/rpi-make-boot-image

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ sudo ${NAME} -d SOURCE_DIR -o OUTPUT
253253
254254
Options:
255255
-a Select 32 or 64 bit kernel
256-
-b Optionally prune the files to those required for the given board type.
257-
-d The directory containing the files to include in the boot image.
258-
-o The filename for the boot image.
256+
-b Optionally prune the files to those required for the given board type
257+
-d The directory containing the files to include in the boot image
258+
-o The filename for the boot image
259259
-h Display help text and exit
260260
261261
Examples:
@@ -267,8 +267,7 @@ sudo ${NAME} -b pi4 -d bootfs/ -o boot.img
267267
268268
Environment variables:
269269
The following environment variables may be specified to optionally override mkfs.vfat
270-
arguments to help minimise the size of the boot image.
271-
270+
arguments to help minimise the size of the boot image:
272271
273272
Name mkfs.vfat parameter
274273
SECTOR_SIZE -S

0 commit comments

Comments
 (0)