change spelling for distro name

This commit is contained in:
2021-09-13 02:49:22 +03:00
parent 284fd759bf
commit 0744ee53dc
14 changed files with 15 additions and 15 deletions

View File

@ -39,7 +39,7 @@ def _parser() -> argparse.ArgumentParser:
command line parser generator
:return: command line parser for the application
"""
parser = argparse.ArgumentParser(prog="ahriman", description="ArcHlinux ReposItory MANager",
parser = argparse.ArgumentParser(prog="ahriman", description="ArcH Linux ReposItory MANager",
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument("-a", "--architecture", help="target architectures (can be used multiple times)",
action="append")

View File

@ -216,7 +216,7 @@ class Package:
generate full version from components
:param epoch: package epoch if any
:param pkgver: package version
:param pkgrel: package release version (archlinux specific)
:param pkgrel: package release version (arch linux specific)
:return: generated version
"""
prefix = f"{epoch}:" if epoch else ""