Introduce --skip-inline-tokens parameter

Change-Id: Ia717aeb29058f7a3eb549c811c83d26c6f0b4dd2
diff --git a/Readme.pod b/Readme.pod
index e627275..16d259d 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -112,6 +112,11 @@
 that will take an I<Aggressive> and a I<conservative>
 approach.
 
+=item B<--skip-inline-tokens>
+
+Boolean flag indicating that inline tokens should not
+be processed. Defaults to false (meaning inline tokens will be processed).
+
 =item B<--inline-tokens> <foundry>#[<file>]
 
 Define the foundry and file (without extension)
@@ -125,6 +130,7 @@
 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
@@ -195,4 +201,4 @@
 This program is free software published under the
 L<BSD-2 License|https://opensource.org/licenses/BSD-2-Clause>.
 
-=cut
\ No newline at end of file
+=cut