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
This commit is contained in:
Richard Heck 2011-10-25 19:09:19 +00:00
parent 8f3897b26c
commit 667c86e103

View File

@ -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