summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2017-08-06 22:23:19 +0200
committerRemy Marquis <remy.marquis@gmail.com>2017-08-07 09:41:01 +0200
commitbda266aeb441e6a4a890034102843764e531dde8 (patch)
tree13c30b02db7a20c00ed976653ee8ef528b60f638 /README.pod
parentad4a2bce334a3dd09281b1c17d31de1b9bd41ba1 (diff)
README: fix typo and grammar
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.pod b/README.pod
index ac15295..2320c2a 100644
--- a/README.pod
+++ b/README.pod
@@ -30,7 +30,7 @@ being knowledgeable about sudo and gpg configuration.
Two sets of command line options are provided: commands which call the pacman
binary and extend it with AUR functions B<(-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc)>,
and commands which are AUR specific B<(sync, search, info, downloadonly,
-susupgrade, upgrades, clean, cleanall)>. As such, pacaur can be used by users
+sysupgrade, upgrades, clean, cleanall)>. As such, pacaur can be used by users
who prefer to have a single tool to manage the official and AUR repositories, or
by users who prefer to keep their AUR frontend separated from pacman.
@@ -62,7 +62,7 @@ any other pacman operations and their related options to the pacman binary.
=item B<sync>
Clone build files, build and install I<target(s)>. Missing dependencies will be
-automatically installed as required.
+automatically installed as needed.
=item B<search>
@@ -80,8 +80,7 @@ Show info for I<target(s)>.
=item B<downloadonly>
Clone build files and build I<target(s)>. Missing dependencies will be installed
-as required to ensure the build to succeed, before being automatically
-uninstalled.
+as needed for the build process, and removed automatically afterwards.
=item B<sysupgrade>