From 70e0641e3a3c76dd170006e6075de69293432aa6 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 2 Jul 2011 18:50:15 +0000 Subject: [PATCH] diff_po.pl: comments to usage git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39233 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/diff_po.pl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5