summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@bitmessage.ch>2017-11-11 01:59:04 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 10:46:02 +0100
commitd007f7967c7e4d253dcb4eb6204022f2996e4bc3 (patch)
tree5174a6ac5e6cfdc4f4688e31bedb9b5fb77a3ea0
parent55cef04cf9daf5d9765860cd4bb4be1e0118daf5 (diff)
downloadabuild-d007f7967c7e4d253dcb4eb6204022f2996e4bc3.tar.bz2
abuild-d007f7967c7e4d253dcb4eb6204022f2996e4bc3.tar.xz
newapkbuild: fix typo
-rw-r--r--newapkbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index aee8e76..955a9d4 100644
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -324,7 +324,7 @@ usage() {
-l Set package license to LICENSE
-u Set package URL
-a Create autotools package (use ./configure ...)
- -C Create CMake pakckage (Assume cmake/ is there)
+ -C Create CMake package (Assume cmake/ is there)
-m Create meson package (Assume meson.build is there)
-p Create perl package (Assume Makefile.PL is there)
-y Create python package (Assume setup.py is there)