Updated To fix issues in review

This commit is contained in:
Robert Morrison 2021-06-01 18:04:38 +01:00
parent 21c208a326
commit 93c0db0201
2 changed files with 26 additions and 24 deletions

View File

@ -7,30 +7,32 @@
\f[C]updater\f[R] \[em] Automatically update Microsoft Edge on Solus
.SH SYNOPSIS
.PP
\f[B]\f[CB]updater\f[B]\f[R]
.PD 0
.P
.PD
\f[B]\f[CB]updater -y|--yes-all\f[B]\f[R]
.PD 0
.P
.PD
\f[B]\f[CB]updater -v|--version\f[B]\f[R]
.PD 0
.P
.PD
\f[B]\f[CB]updater --help\f[B]\f[R]
\f[B]\f[CB]updater\f[B]\f[R] [ \f[I]option\f[R] ]
.SH OPTIONS
.PP
\f[C]-y, --yes-all\f[R] Assume yes to all yes/no decisions.
.IP \[bu] 2
\f[C]-y, --yes-all\f[R]
.PD 0
.P
.PD
\f[C]-v, --version\f[R] Print out the version of the script and exit.
Assume yes to all yes/no decisions.
.PD 0
.P
.PD
\f[C]--help\f[R] Print this help message and exit
.IP \[bu] 2
\f[C]-v, --version\f[R]
.PD 0
.P
.PD
Print out the version of the script and exit.
.PD 0
.P
.PD
.IP \[bu] 2
\f[C]--help\f[R]
.PD 0
.P
.PD
Print this help message and exit
.SH DESCRIPTION
.PP
Microsoft Edge Updater is a program which will download and update your

View File

@ -10,15 +10,15 @@ date: May 24, 2021
`updater` — Automatically update Microsoft Edge on Solus
# SYNOPSIS
**`updater`**
**`updater -y|--yes-all`**
**`updater -v|--version`**
**`updater --help`**
**`updater`** [ _option_ ]
# OPTIONS
`-y, --yes-all` Assume yes to all yes/no decisions.
`-v, --version` Print out the version of the script and exit.
` --help` Print this help message and exit
* `-y, --yes-all`
Assume yes to all yes/no decisions.
* `-v, --version`
Print out the version of the script and exit.
* `--help`
Print this help message and exit
# DESCRIPTION