mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Updates to update-po script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40063 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
935a0a4712
commit
019f8415f3
@ -13,7 +13,9 @@ while getopts ":cdh" options $ARGS; do
|
|||||||
case $options in
|
case $options in
|
||||||
c) COMMIT="TRUE";;
|
c) COMMIT="TRUE";;
|
||||||
d) DEBUG="echo";;
|
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.";
|
echo "You must also point the FARM variable to LyX's www tree.";
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user