File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -605,12 +605,12 @@ <h1>Actions</h1>
605605Remove build and runtime hooks from < em > /usr/lib/initcpio</ em > .</ dd >
606606< dt > < tt class ="docutils literal "> status, < span class ="pre "> --status,</ span > < span class ="pre "> -S</ span > </ tt > </ dt >
607607< dd > Print ramroot status to screen.
608- Returns exit status 2 if not enabled.</ dd >
608+ Return exit status 2 if not enabled.</ dd >
609609</ dl >
610610</ div >
611611< div class ="section " id ="options ">
612612< h1 > Options</ h1 >
613- < p > All options are optional (although < em > --root</ em > may be required as noted below).</ p >
613+ < p > All are optional (although < em > --root</ em > may be required as noted below).</ p >
614614< dl class ="docutils ">
615615< dt > < tt class ="docutils literal "> < span class ="pre "> -b,</ span > < span class ="pre "> --boot</ span > [UUID]</ tt > </ dt >
616616< dd > Specify < em > /boot</ em > partition UUID to use when building hooks.</ dd >
Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ Action performed by ramroot; one must be specified.
7878
7979``status, --status, -S ``
8080 Print ramroot status to screen.
81- Returns exit status 2 if not enabled.
81+ Return exit status 2 if not enabled.
8282
8383
8484Options
8585=======
8686
87- All options are optional (although *--root * may be required as noted below).
87+ All are optional (although *--root * may be required as noted below).
8888
8989``-b, --boot [UUID] ``
9090 Specify */boot * partition UUID to use when building hooks.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Disable ramroot. Remove build and runtime hooks from
3939.TP
4040\fB status \fR , \fB \-\- status \fR , \fB \- S \fR
4141Print ramroot status to screen.
42- Returns exit status 2 if not enabled.
42+ Return exit status 2 if not enabled.
4343.SH OPTIONS
4444.TP
4545\fB \- b \fR , \fB \-\- boot \fR \fI UUID \fR
Original file line number Diff line number Diff line change 22# #============================== ramroot ===============================##
33# Copyright (C) 2018 Chris Magyar GNU General Public License v3 #
44# #========================================================================##
5- version=" 1.1.2"
5+ version=" 1.1.2-2 "
66
77print_help () {
88cat << 'HELPDOC '
@@ -30,7 +30,7 @@ ACTIONS
3030
3131 status, --status, -S
3232 Print ramroot status to screen.
33- Returns exit status 2 if not enabled.
33+ Return exit status 2 if not enabled.
3434
3535OPTIONS
3636 -b, --boot UUID
You can’t perform that action at this time.
0 commit comments