1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 12:28:00 -05:00

pactest: fix description of remove040

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-06-10 21:33:24 -04:00
parent 796cc4e6ed
commit 07069cd502

View File

@ -1,4 +1,4 @@
self.description = "Remove a package required by another package"
self.description = "Remove a package that requires another package"
lp1 = pmpkg("pkg1")
lp1.depends = ["imaginary"]