index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-04-11 10:41:33 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-04-11 10:41:33 +0200 |
commit | 8ea36856e1ca8c809d60631874ab8e41b38bd8ec (patch) | |
tree | 99160c353568121d521a2eb4b3323d50dfba7ca7 /bin/local-build-package | |
parent | 04d3b7d825b790478a0789a91836363839e136dd (diff) |
-rwxr-xr-x | bin/local-build-package | 2 |
diff --git a/bin/local-build-package b/bin/local-build-package index 3f13150..0f92bcb 100755 --- a/bin/local-build-package +++ b/bin/local-build-package @@ -14,7 +14,7 @@ usage() { >&2 echo '' >&2 echo 'possible options:' >&2 echo ' -h|--help: Show this help and exit.' - >&2 echo ' -a|--arch "i486" | "i686"' + >&2 echo ' -a|--arch "i486" | "i686" | "pentium4"' >&2 echo ' Build locally for this architecture.' >&2 echo ' -b|--bootstrap' >&2 echo ' Publishes signed package to the bootstrap directory.' |