]> git.lyx.org Git - features.git/commitdiff
Updates to update-po script.
authorRichard Heck <rgheck@comcast.net>
Sat, 29 Oct 2011 19:03:43 +0000 (19:03 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 29 Oct 2011 19:03:43 +0000 (19:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40063 a592a061-630c-0410-9148-cb99ea01b6c8

development/tools/update-po.sh

index ed972c4ed2667aaf69cd06ceac515b5ea0a23b0a..56a46f0249c773871c53ee120c261c07933bce00 100644 (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