mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fix typo
This commit is contained in:
parent
97ba8a7fcb
commit
8bca852a20
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class PackageManager(object):
|
|||
"""
|
||||
if "--checklist" not in self.extra:
|
||||
self.msg.template(78)
|
||||
print("| Insert packages to exception removal:")
|
||||
print("| Insert packages to exception remove:")
|
||||
self.msg.template(78)
|
||||
try:
|
||||
self.skip = raw_input(" > ").split()
|
||||
|
|
Loading…
Add table
Reference in a new issue