summaryrefslogtreecommitdiffstats
path: root/bin/quilt.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/quilt.in')
-rw-r--r--bin/quilt.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index bd7eeed..6f8861e 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -6,11 +6,13 @@
#
# See the COPYING and AUTHORS files for more details.
+export TEXTDOMAIN=quilt
+
usage()
{
- echo "Usage: quilt command [-h] ..."
- #echo "Commands are:" $(
+ echo $"Usage: quilt command [-h] ..."
+ #echo $"Commands are:" $(
# local command
# for command in @QUILT@/*
# do
@@ -21,7 +23,7 @@ usage()
# done \
# | sort
#)
- echo "Commands are:"
+ echo $"Commands are:"
quilt_commands \
| sort \
| column | column -t \
@@ -78,7 +80,7 @@ then
command="${commands[0]}"
unset commands
else
- echo "$command:" "${commands[@]}" >&2
+ echo $"$command:" "${commands[@]}" >&2
exit 1
fi
fi