summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-runtime/man/x-to-1.in2
-rw-r--r--gettext-tools/man/x-to-1.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gettext-runtime/man/x-to-1.in b/gettext-runtime/man/x-to-1.in
index 3106293..ba465dd 100644
--- a/gettext-runtime/man/x-to-1.in
+++ b/gettext-runtime/man/x-to-1.in
@@ -23,7 +23,7 @@
update=
while true; do
case "$1" in
- --update) update=yes;;
+ --update) update=yes; shift;;
*) break;;
esac
done
diff --git a/gettext-tools/man/x-to-1.in b/gettext-tools/man/x-to-1.in
index 3106293..ba465dd 100644
--- a/gettext-tools/man/x-to-1.in
+++ b/gettext-tools/man/x-to-1.in
@@ -23,7 +23,7 @@
update=
while true; do
case "$1" in
- --update) update=yes;;
+ --update) update=yes; shift;;
*) break;;
esac
done