From: Richard Heck Date: Tue, 25 Oct 2011 19:09:19 +0000 (+0000) Subject: Updates to update-po script. X-Git-Tag: 2.0.2~128 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=667c86e103f88306b96dc1febe41c71b4d341df7;p=features.git Updates to update-po script. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39975 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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