Updated markdown manpage to match v0.1.3

This commit is contained in:
Ethan Smith-Coss 2021-06-04 18:33:00 +01:00
parent 82b12aec1d
commit 5f5f97b106

View File

@ -13,11 +13,13 @@ date: May 24, 2021
**`updater`** [ _option_ ] **`updater`** [ _option_ ]
# OPTIONS # OPTIONS
* `-nn, --no-notify`
Prevent notifications from being sent after a session.
* `-y, --yes-all` * `-y, --yes-all`
Assume yes to all yes/no decisions. Assume yes to all yes/no decisions.
* `-v, --version` * `-v, --version`
Print out the version of the script and exit. Print out the version of the script and exit.
* `--help` * `-h, --help`
Print this help message and exit Print this help message and exit
# DESCRIPTION # DESCRIPTION
@ -39,8 +41,13 @@ or package managers, may benefit from this program.
`updater` uses the Debian (`.deb`) release versions of Microsoft Edge `updater` uses the Debian (`.deb`) release versions of Microsoft Edge
and automatically installs them to your system so you don't have to again! 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,
it will exit and display a message to STDOUT.
### DISCLAIMER!! ### DISCLAIMER!!
This version (0.1.2 - Beta) only works for Microsoft Edge Beta on amd64 architecture. This version (VERSION) only works for Microsoft Edge Beta on amd64 architecture.
A later release may allow for update of Dev build and potentially both. A later release may allow for update of Dev build and potentially both.
### Testing Systems ### Testing Systems
@ -122,5 +129,8 @@ Kernel version 5.11.21-179.
# AUTHORS # AUTHORS
* Ethan Smith-Coss * Ethan Smith-Coss
# CONTRIBUTORS
* Robert Morrison - Documentation
## Contacting ## Contacting
All contacts should be done through Issues on Gitea. All contacts should be done through Issues on Gitea.