summaryrefslogtreecommitdiffstats
path: root/quilt/next.in
diff options
context:
space:
mode:
Diffstat (limited to 'quilt/next.in')
-rw-r--r--quilt/next.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/quilt/next.in b/quilt/next.in
index 77a746b..a7e9d21 100644
--- a/quilt/next.in
+++ b/quilt/next.in
@@ -19,17 +19,17 @@ fi
usage()
{
- echo "Usage: quilt next [patch]"
+ echo $"Usage: quilt next [patch]"
if [ x$1 = x-h ]
then
- cat <<EOF
+ echo $"
Print the name of the next patch after the specified or topmost patch in
the series file.
-n Print patch file names instead of patch names.
-EOF
+"
exit 0
else
exit 1