From 6c46a42e787d067d51df382e0cb08cae61f279dc Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Thu, 1 Jul 2021 13:32:24 +0100 Subject: [PATCH] Fixed spelling Fixed typos identified in PR review. Updated manpage accordingly by generation. --- updater.1 | 3 ++- updater.1.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/updater.1 b/updater.1 index 0adbb36..baa77e1 100644 --- a/updater.1 +++ b/updater.1 @@ -47,6 +47,7 @@ Default mode occurs without this flag. .RS 2 .IP \[bu] 2 \f[B]\f[BI]debug\f[B]\f[R] \- run program in debug mode. +(\f[B]WIP\f[R]) .RE .IP \[bu] 2 \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! .SS NOTE .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 a message to STDOUT. .SS DISCLAIMER!! diff --git a/updater.1.md b/updater.1.md index b3e1070..e57b066 100644 --- a/updater.1.md +++ b/updater.1.md @@ -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. * `--mode=` 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` Remove all content generated by updater after a session, this includes all logs. * `-y, --yes-all` @@ -54,7 +54,7 @@ and automatically installs them to your system so you don't have to again! ## 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. ### DISCLAIMER!!