summaryrefslogtreecommitdiff
path: root/support/bib2gls/src/bib2gls.pod
diff options
context:
space:
mode:
Diffstat (limited to 'support/bib2gls/src/bib2gls.pod')
-rw-r--r--support/bib2gls/src/bib2gls.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/bib2gls/src/bib2gls.pod b/support/bib2gls/src/bib2gls.pod
index e9645adb65..a6c36b9d8d 100644
--- a/support/bib2gls/src/bib2gls.pod
+++ b/support/bib2gls/src/bib2gls.pod
@@ -40,6 +40,11 @@ Instruct the TeX parser library to attempt to parse the
packages listed in I<list>. This is intended for simple custom
packages that don't contain complex code.
+=item B<--date-in-header> (or B<-D>)
+
+The header comment at the start of the F<.glstex> file will include
+the file modification date.
+
=item B<--debug> [I<n>]
Switch on the debug mode at the given setting I<n>, which
@@ -242,6 +247,11 @@ Don't check for instances of C<\citation> in the F<.aux> file (default).
Don't collapse an explicit range that has a duplicate start and end
location into a normal record.
+=item B<--no-date-in-header>
+
+The header comment at the start of the F<.glstex> file will not include
+the file modification date (default).
+
=item B<--no-debug> (or B<--nodebug>)
Switch off debug mode. (Equivalent to B<--debug> B<0>)