summaryrefslogtreecommitdiffstats
path: root/bin/po_find_missing
diff options
context:
space:
mode:
Diffstat (limited to 'bin/po_find_missing')
-rw-r--r--bin/po_find_missing8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/po_find_missing b/bin/po_find_missing
index 38a9bb0..8b1bdb4 100644
--- a/bin/po_find_missing
+++ b/bin/po_find_missing
@@ -1,6 +1,14 @@
#!/usr/bin/env perl
use strict;
use warnings;
+# PODNAME: po_find_missing
+# ABSTRACT: find missing keys from a set of po files
+
+=head1 SYNOPSIS
+
+ po_find_missing <directory> <language>
+
+=cut
use Locale::POFileManager;