summaryrefslogtreecommitdiffstats
path: root/quilt/series.in
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
committerMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
commit79a014a2ea88e84ab0f494efcf7a11b92c4bc6af (patch)
tree67323a104667a1767d61e2412c6ea5a6353ae6d2 /quilt/series.in
parentb324e11dcfa120a1cf5827c0c5a96ef28a7743cf (diff)
downloadquilt-79a014a2ea88e84ab0f494efcf7a11b92c4bc6af.tar.gz
Implement i18n, french l10n and bump version number
Diffstat (limited to 'quilt/series.in')
-rw-r--r--quilt/series.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/quilt/series.in b/quilt/series.in
index bbc0ea1..bd26c82 100644
--- a/quilt/series.in
+++ b/quilt/series.in
@@ -19,10 +19,10 @@ fi
usage()
{
- echo "Usage: quilt series [-v]"
+ echo $"Usage: quilt series [-v]"
if [ x$1 = x-h ]
then
- cat <<EOF
+ echo $"
Print the names of all patches in the series file.
@@ -30,7 +30,7 @@ Print the names of all patches in the series file.
-v Verbose, more user friendly output.
-EOF
+"
exit 0
else
exit 1