From c1d1d058a21f2735a924151011fc2edbcd08bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sat, 19 Dec 2015 15:34:32 +0100 Subject: [PATCH] Add missing space between Arch and Linux --- PKGBUILD | 2 +- README.md | 2 +- agetpkg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index be9f0a4..a066d31 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=agetpkg-git pkgver="$(git log --pretty=format:''|wc -l)" pkgrel=1 -pkgdesc='Archlinux Archive Get Package (Git version)' +pkgdesc='Arch Linux Archive Get Package (Git version)' arch=('any') url='https://github.com/seblu/agetpkg' license=('GPL2') diff --git a/README.md b/README.md index 5c284eb..915d627 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ agetpkg Introduction ------------ -**agetpkg** is a command line tool used to quickly list/get/install packages stored on the [Archlinux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive). +**agetpkg** is a command line tool used to quickly list/get/install packages stored on the [Arch Linux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive). **agetpkg** means **A**rchive **G**et **P**ackage. diff --git a/agetpkg b/agetpkg index 27e9705..7f624cc 100755 --- a/agetpkg +++ b/agetpkg @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -'''Archlinux Archive Get Package''' +'''Arch Linux Archive Get Package''' from argparse import ArgumentParser from collections import OrderedDict -- GitLab