summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2023-11-26 04:50:58 +0000
committerDaniel M. Capella <polyzen@archlinux.org>2023-11-26 04:50:58 +0000
commite90719065af22838d6eb5ccbe91ee12695d42608 (patch)
tree9ecf785fcfc6eb5aac005ac06987c8e153b39a3f
parenteca802b781639437123edbfbc33be7a926a6ef98 (diff)
Rename testing repo to core-testing in paclist's examples
-rw-r--r--README.md4
-rw-r--r--doc/paclist.8.adoc4
-rw-r--r--src/paclist.sh.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index f88c6bf..114ddcd 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ make install DESTDIR="$pkgdir"
- pacdiff - a simple pacnew/pacsave updater for /etc/.
- paclist - list all packages installed from a given repository. Useful for
- seeing which packages you may have installed from the testing repository, for
- instance.
+ seeing which packages you may have installed from the testing repositories,
+ for instance.
- paclog-pkglist - list currently installed packages based pacman's log.
diff --git a/doc/paclist.8.adoc b/doc/paclist.8.adoc
index 952724d..141489e 100644
--- a/doc/paclist.8.adoc
+++ b/doc/paclist.8.adoc
@@ -14,9 +14,9 @@ Synopsis
Description
-----------
'paclist' will list all packages installed on the system from a given repository.
-Useful for seeing which packages you may have installed from the testing repository,
+Useful for seeing which packages you may have installed from the testing repositories,
for instance.
-Example: paclist testing
+Example: paclist core-testing
Options
diff --git a/src/paclist.sh.in b/src/paclist.sh.in
index 0bc4fe0..61fe6e2 100644
--- a/src/paclist.sh.in
+++ b/src/paclist.sh.in
@@ -32,7 +32,7 @@ Options:
-h, --help show this help message and exit
-V, --version display version information and exit
-Example: ${myname} testing
+Example: ${myname} core-testing
EOF
}