Skip to content

Commit 821ce17

Browse files
committed
typos
1 parent 40a9314 commit 821ce17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ often exhibit a dramatic improvement in RAM sync times.
143143

144144

145145
Issues / Future Implementations
146-
===================================
146+
===============================
147147

148148
* get UUIDs during boot
149149

lib/man/ramroot.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Change startup prompt default to not load filesystem to RAM.
8282
Specify \fIroot\fR partion UUID to use when building hooks; required if
8383
unable to detect UUID via \fBlsblk\fR or \fI/etc/fstab\fR.
8484
.TP
85-
\fB\-t\fR, \fB\-\-timeout\fR \fISECONDS\fR
85+
\fB\-t\fR, \fB\-\-timeout\fR <\fISECONDS\fR>
8686
Set RAM boot prompt timeout (default=15).
8787
.SH NOTES
8888
The filesystem transfer to RAM can take several minutes. As soon as

ramroot

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ACTIONS
3535
Return exit status 2 if disabled.
3636
3737
OPTIONS
38-
-b, --boot UUID
38+
-b, --boot <UUID>
3939
Specify /boot partition UUID to use when building hooks.
4040
4141
-D, --dryrun
@@ -56,10 +56,10 @@ OPTIONS
5656
-N, --no
5757
Change startup prompt default to not load filesystem to RAM.
5858
59-
-r, --root UUID
59+
-r, --root <UUID>
6060
Specify root partition UUID to use when building hooks.
6161
62-
-t, --timeout
62+
-t, --timeout <SECONDS>
6363
Set RAM boot prompt timeout (default=15).
6464
HELPDOC
6565
return 0

0 commit comments

Comments
 (0)