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