From 019f8415f390dfe9121a4e7d0d211e1c5b451678 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 29 Oct 2011 19:03:43 +0000 Subject: [PATCH] Updates to update-po script. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40063 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/tools/update-po.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh index ed972c4ed2..56a46f0249 100644 --- a/development/tools/update-po.sh +++ b/development/tools/update-po.sh @@ -13,7 +13,9 @@ while getopts ":cdh" options $ARGS; do case $options in c) COMMIT="TRUE";; d) DEBUG="echo";; - h) echo "check-po.sh [-d]"; + h) echo "update-po.sh [-c] [-d]"; + echo "-c: Commit any changes we find."; + echo "-d: Debugging mode."; echo "You must also point the FARM variable to LyX's www tree."; exit 0;; esac -- 2.39.2