diff options
author | Petr Písař <ppisar@redhat.com> | 2013-06-09 14:01:49 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-06-09 14:01:49 -0400 |
commit | fe89bf70817551c30bcacaef25578ffeb7d71eb1 (patch) | |
tree | d616f5d94e413c91187754481a7f77aa12ff95b0 /utils/h2ph.PL | |
parent | d7b1992c319ddbf79fcc2993f49c7505117a1c10 (diff) | |
download | perl-fe89bf70817551c30bcacaef25578ffeb7d71eb1.tar.gz |
Synchronize h2ph POD text with usage output
Diffstat (limited to 'utils/h2ph.PL')
-rw-r--r-- | utils/h2ph.PL | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL index a2d737b555..9a8b14dca8 100644 --- a/utils/h2ph.PL +++ b/utils/h2ph.PL @@ -866,7 +866,8 @@ h2ph - convert .h C header files to .ph Perl header files =head1 SYNOPSIS -B<h2ph [-d destination directory] [-r | -a] [-l] [headerfiles]> +B<h2ph [-d destination directory] [-r | -a] [-l] [-h] [-e] [-D] [-Q] +[headerfiles]> =head1 DESCRIPTION @@ -932,6 +933,11 @@ you will see the slightly more helpful However, the B<.ph> files almost double in size when built using B<-h>. +=item -e + +If an error is encountered during conversion, output file will be removed and +a warning emitted instead of terminating the conversion immediately. + =item -D Include the code from the B<.h> file as a comment in the B<.ph> file. |