From 652b11fd76853e00dc60c07985a8e79121ceb6f7 Mon Sep 17 00:00:00 2001 From: David Hummel <6109326+hummeltech@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:28:14 -0700 Subject: [PATCH] Alignment adjustment of `Options` table in `README.md` --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1ee60ce..4ced9da 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ The following helpers are supported and automatically selected, if present, in t - [makepkg](https://wiki.archlinux.org/index.php/makepkg) ## Options -|Parameter |Choices/**Default** |Comments| -|--- |--- |---| -|name | |Name or list of names of the package(s) to install or upgrade.| -|state |**present**, latest |Desired state of the package, 'present' skips operations if the package is already installed.| -|upgrade |yes, **no** |Whether or not to upgrade whole system.| +|Parameter |Choices/**Default** |Comments| +|--- |--- |---| +|name | |Name or list of names of the package(s) to install or upgrade.| +|state |**present**, latest |Desired state of the package, 'present' skips operations if the package is already installed.| +|upgrade |yes, **no** |Whether or not to upgrade whole system.| |use |**auto**, yay, paru, pacaur, trizen, pikaur, aurman, makepkg |The tool to use, 'auto' uses the first known helper found and makepkg as a fallback.| -|extra_args |**null** |A list of additional arguments to pass directly to the tool. Cannot be used in 'auto' mode.| -|aur_only |yes, **no** |Limit helper operation to the AUR.| -|local_pkgbuild |Local directory with PKGBUILD, **null** |Only valid with makepkg or pikaur. Don't download the package from AUR. Build the package using a local PKGBUILD and the other build files.| -|skip_pgp_check |yes, **no** |Only valid with makepkg. Skip PGP signatures verification of source file, useful when installing packages without GnuPG properly configured.| -|ignore_arch |yes, **no** |Only valid with makepkg. Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.| +|extra_args |**null** |A list of additional arguments to pass directly to the tool. Cannot be used in 'auto' mode.| +|aur_only |yes, **no** |Limit helper operation to the AUR.| +|local_pkgbuild |Local directory with PKGBUILD, **null** |Only valid with makepkg or pikaur. Don't download the package from AUR. Build the package using a local PKGBUILD and the other build files.| +|skip_pgp_check |yes, **no** |Only valid with makepkg. Skip PGP signatures verification of source file, useful when installing packages without GnuPG properly configured.| +|ignore_arch |yes, **no** |Only valid with makepkg. Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.| ### Note * Either *name* or *upgrade* is required, both cannot be used together.