Update help message for -c flag in delpkg

This commit is contained in:
Eric Torres 2019-03-16 06:42:24 -07:00
parent 67d43ff359
commit c0039c70b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=packaging-scripts
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
pkgdesc="A set of helper scripts for handling Arch Linux packages"
arch=('any')

View File

@ -54,7 +54,7 @@ def del_pkgfile(pkg):
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument(
"-c", "--cachedir", help="alternative directory to use for moving package"
"-c", "--cachedir", help="alternative directory to use for deleting package"
)
parser.add_argument(
"-d",