Fixed spelling

Fixed typos identified in PR review.
Updated manpage accordingly by generation.
This commit is contained in:
Ethan Smith-Coss 2021-07-01 13:32:24 +01:00
parent 24dfa44ba7
commit 6c46a42e78
2 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,7 @@ Default mode occurs without this flag.
.RS 2 .RS 2
.IP \[bu] 2 .IP \[bu] 2
\f[B]\f[BI]debug\f[B]\f[R] \- run program in debug mode. \f[B]\f[BI]debug\f[B]\f[R] \- run program in debug mode.
(\f[B]WIP\f[R])
.RE .RE
.IP \[bu] 2 .IP \[bu] 2
\f[C]\-\-full\-clean\f[R] \f[C]\-\-full\-clean\f[R]
@ -94,7 +95,7 @@ Microsoft Edge and automatically installs them to your system so you
don\[cq]t have to again! don\[cq]t have to again!
.SS NOTE .SS NOTE
.PP .PP
\f[C]updater\f[R] must be ran with root privilages. \f[C]updater\f[R] must be ran with root privileges.
If the script fails to identify its elevation, it will exit and display If the script fails to identify its elevation, it will exit and display
a message to STDOUT. a message to STDOUT.
.SS DISCLAIMER!! .SS DISCLAIMER!!

View File

@ -23,7 +23,7 @@ date: June 30, 2021
Operate strictly with no output on `STDOUT` or `STDERR`, prompts will __NOT__ assume yes however. Logging still occurs in background. Operate strictly with no output on `STDOUT` or `STDERR`, prompts will __NOT__ assume yes however. Logging still occurs in background.
* `--mode=` * `--mode=`
Set the mode of the program to be ran in. Default mode occurs without this flag. Set the mode of the program to be ran in. Default mode occurs without this flag.
* ___debug___ - run program in debug mode. * ___debug___ - run program in debug mode. (__WIP__)
* `--full-clean` * `--full-clean`
Remove all content generated by updater after a session, this includes all logs. Remove all content generated by updater after a session, this includes all logs.
* `-y, --yes-all` * `-y, --yes-all`
@ -54,7 +54,7 @@ and automatically installs them to your system so you don't have to again!
## NOTE ## NOTE
`updater` must be ran with root privilages. If the script fails to identify its elevation, `updater` must be ran with root privileges. If the script fails to identify its elevation,
it will exit and display a message to STDOUT. it will exit and display a message to STDOUT.
### DISCLAIMER!! ### DISCLAIMER!!