Introduce --base-foundry, --data-file, and --header-file parameters
Change-Id: I467b47cb0f60f84bed2b662f5dd177481a2758fe
diff --git a/Readme.pod b/Readme.pod
index 443a944..0ed0fb1 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -125,6 +125,24 @@
Define the foundry and file (without extension)
to store inline structure information in.
Defaults to C<struct> and C<structures>.
+=item B<--base-foundry> <foundry>
+
+Define the base foundry to store newly generated
+token information in.
+Defaults to C<base>.
+
+=item B<--data-file> <file>
+
+Define the file (without extension)
+to store primary data information in.
+Defaults to C<data>.
+
+=item B<--header-file> <file>
+
+Define the file name (without extension)
+to store header information on
+the corpus, document, and text level in.
+Defaults to C<header>.
=item B<--use-tokenizer-sentence-splits|-s>