From 7c3def36804bef83f10aa31e1e6a47e4567f4b62 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Sat, 23 May 2020 22:35:09 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eded856..ee0d91f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The following helpers are supported and automatically selected, if present, in t |parameter |required |default |choices |comments| |--- |--- |--- |--- |---| |name |no | | |Name or list of names of the package(s) to install or upgrade.| -|state |no |present |present, latest |Desired state of the package, 'present' skips operations if the package is installed.| +|state |no |present |present, latest |Desired state of the package, 'present' skips operations if the package is already installed.| |upgrade |no |no |yes, no |Whether or not to upgrade whole system.| |use |no |auto |auto, yay, pacaur, trizen, pikaur, aurman, makepkg |The helper to use, 'auto' uses the first known helper found and makepkg as a fallback.| |aur_only |no |no |yes, no |Limit operation to the AUR. Compatible with yay, pacaur, aurman and trizen.|