diff --git a/README.rst b/README.rst index b8e2c7b..d8653ce 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ often exhibit a dramatic improvement in RAM sync times. Issues / Future Implementations -=================================== +=============================== * get UUIDs during boot diff --git a/lib/man/ramroot.8 b/lib/man/ramroot.8 index 30e75fb..8c8914a 100644 --- a/lib/man/ramroot.8 +++ b/lib/man/ramroot.8 @@ -82,7 +82,7 @@ Change startup prompt default to not load filesystem to RAM. Specify \fIroot\fR partion UUID to use when building hooks; required if unable to detect UUID via \fBlsblk\fR or \fI/etc/fstab\fR. .TP -\fB\-t\fR, \fB\-\-timeout\fR \fISECONDS\fR +\fB\-t\fR, \fB\-\-timeout\fR <\fISECONDS\fR> Set RAM boot prompt timeout (default=15). .SH NOTES The filesystem transfer to RAM can take several minutes. As soon as diff --git a/ramroot b/ramroot index f23087f..d032447 100755 --- a/ramroot +++ b/ramroot @@ -35,7 +35,7 @@ ACTIONS Return exit status 2 if disabled. OPTIONS - -b, --boot UUID + -b, --boot Specify /boot partition UUID to use when building hooks. -D, --dryrun @@ -56,10 +56,10 @@ OPTIONS -N, --no Change startup prompt default to not load filesystem to RAM. - -r, --root UUID + -r, --root Specify root partition UUID to use when building hooks. - -t, --timeout + -t, --timeout Set RAM boot prompt timeout (default=15). HELPDOC return 0