Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

README: fix typo and grammar #744

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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>

Expand All @@ -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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct after all? downloadonly builds targets?!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #712 for the reason of this choice - suggestion welcome on that ticket too.


=item B<sysupgrade>

Expand Down