From: Pavel Sanda Date: Sat, 2 Jul 2011 18:50:15 +0000 (+0000) Subject: diff_po.pl: comments to usage X-Git-Tag: 2.1.0beta1~2973 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=70e0641e3a3c76dd170006e6075de69293432aa6;p=features.git diff_po.pl: comments to usage git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39233 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/po/diff_po.pl b/po/diff_po.pl index 3cc6154bf8..7b89e6cebb 100755 --- a/po/diff_po.pl +++ b/po/diff_po.pl @@ -3,6 +3,12 @@ # file diff_po.pl # script to compare changes between translation files before merging them # +# Examples of usage: +# ./diff_po.pl cs.po.old cs.po +# svn diff -r38367 --diff-cmd ./diff_po.pl cs.po +# git difftool --extcmd=./diff_po.pl sk.po +# ./diff_po.pl -r HEAD~100 cs.po #fetch git revision and compare +# # This file is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either