summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-10-26 00:46:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-10-26 02:08:06 -0400
commit63d5ee70ab5d0daeff0e5455a462bcab16c9d95f (patch)
tree2382fdab3dffe5041acb5f833e0d762572aaa5bf /README.pod
parent30f5b7d25f0c011fa7caf26e162cc02848ddf538 (diff)
rename CLI option --aur -> --pur
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.pod b/README.pod
index c675477..2313e9b 100644
--- a/README.pod
+++ b/README.pod
@@ -29,7 +29,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 PUR functions B<(-S, -Ss, -Si, -Sw, -Su, -Qu, -Sc, -Scc)>,
-and I<-a/--aur> can be added to only apply these to the PUR. As such, pacpur can be
+and I<-p/--pur> can be added to only apply these to the PUR. As such, pacpur can be
used by users who prefer to have a single tool to manage the officialand PUR
repositories, or by users who prefer to keep their PUR frontend separated from pacman.
@@ -45,7 +45,7 @@ Pacpur wraps all B<pacman operations> and by default extends respectively its
sync, search, info, download only, system upgrade, upgrades check, clean and
clean all functions to the PUR. This extension behavior is optional and can be
disabled with the I<-r/--repo> flag, and used with the variable set with the
-I<-a/--aur> flag. Pacpur will also pass any other pacman operations and their
+I<-p/--pur> flag. Pacpur will also pass any other pacman operations and their
related options to the pacman binary.
=back