Author: rgheck
Date: Sat Oct 29 21:03:43 2011
New Revision: 40063
URL: http://www.lyx.org/trac/changeset/40063
Log:
Updates to update-po script.
Modified:
lyx-devel/trunk/development/tools/update-po.sh
Modified: lyx-devel/trunk/development/tools/update-po.sh
==============================================================================
--- lyx-devel/trunk/development/tools/update-po.sh Sat Oct 29 19:41:49
2011 (r40062)
+++ lyx-devel/trunk/development/tools/update-po.sh Sat Oct 29 21:03:43
2011 (r40063)
@@ -13,7 +13,9 @@
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