summaryrefslogtreecommitdiff
path: root/tools/README
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 11:29:05 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-15 11:29:05 +0200
commit324a8a71bb7d9e4f8bc49b6bc47efaf9fb58282e (patch)
treebd2d48a139bfbe869f4f49359b63097931a45e7b /tools/README
parent2ca8a81bd0d99fe4d75c229d0e988d8ef710285f (diff)
parent1edb02101a9306fc711cd422ed507d18165b1691 (diff)
Merge branch 'release/experimental/1.0.27-1_experimental1'experimental/1.0.27-1_experimental1
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/README b/tools/README
index 6002113..10d0d95 100644
--- a/tools/README
+++ b/tools/README
@@ -68,7 +68,9 @@ Maybe useful for SANE developers:
check-po.awk:
Print untranslated and fuzzy messages and their line numbers in the
source code and po file. Example:
- cd po/ ; ../tools/check-po.awk sane-backends.de.po
- You may need to adjust the path of awk in the first line of the
- script. More documentation is in the script itself.
+ tools/check-po.awk po/de.po
+ You may need to adjust the path of gawk in the first line of the
+ script. Alternatively, run it via gawk's -f option, like so:
+ gawk -f tools/check-po.awk po/de.po
+ More documentation is in the script itself.