summaryrefslogtreecommitdiff
path: root/src/aur
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-03 13:17:46 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-03 13:17:46 -0500
commita9f812439059c7f6b4d631fcf02fc2c7a7200172 (patch)
treeb576dbd950e0bd0b6a195f4fd448207eb613fb4c /src/aur
parent7dbe6410f501a748759866cab89253c799001c57 (diff)
aur, is_built: internationalize usage()
Diffstat (limited to 'src/aur')
-rwxr-xr-xsrc/aur14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/aur b/src/aur
index 6fce891..2fc7142 100755
--- a/src/aur
+++ b/src/aur
@@ -20,15 +20,15 @@
. libremessages
-cmd=${0##*/}
usage() {
- echo "Usage: $cmd [-h] pkgname-from-aur1 [pkgname-from-aur2 ...]"
+ print "Usage: %s [-h] PKGNAME [PKGNAME2 PKGNAME3...]" "${0##*/}"
+ print "Downloads packages from the AUR, and does basic freedom checks."
echo
- echo "This script will download packages from AUR to the current"
- echo "directory and check their license for nonfree issues. This does"
- echo "not mean that they are free; they may be incorrectly labeled, or"
- echo "have other freedom issues. It's a tool to help Parabola"
- echo "packagers, not to help users install things directly from AUR."
+ prose "This script will download packages from AUR to the current
+ directory and check their license for nonfree issues. This does
+ not mean that they are free; they may be incorrectly labeled, or
+ have other freedom issues. It's a tool to help Parabola
+ packagers, not to help users install things directly from AUR."
}
main() {