From a470eed6e1b001199eac5598fbddadb041d9e00b Mon Sep 17 00:00:00 2001 From: kewl fft Date: Sun, 31 May 2020 19:47:54 -0400 Subject: [PATCH] review extra args comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c694b..8843c20 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following helpers are supported and automatically selected, if present, in t |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, 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 arguments to pass directly to the used tool. Cannot be used in 'auto' mode.| +|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.| |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.|