fb6d68
From fe89bf70817551c30bcacaef25578ffeb7d71eb1 Mon Sep 17 00:00:00 2001
fb6d68
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
fb6d68
Date: Sun, 9 Jun 2013 14:01:49 -0400
fb6d68
Subject: [PATCH] Synchronize h2ph POD text with usage output
fb6d68
fb6d68
---
fb6d68
 utils/h2ph.PL | 8 +++++++-
fb6d68
 1 file changed, 7 insertions(+), 1 deletion(-)
fb6d68
fb6d68
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
fb6d68
index a2d737b..9a8b14d 100644
fb6d68
--- a/utils/h2ph.PL
fb6d68
+++ b/utils/h2ph.PL
fb6d68
@@ -866,7 +866,8 @@ h2ph - convert .h C header files to .ph Perl header files
fb6d68
 
fb6d68
 =head1 SYNOPSIS
fb6d68
 
fb6d68
-B<h2ph [-d destination directory] [-r | -a] [-l] [headerfiles]>
fb6d68
+B
fb6d68
+[headerfiles]>
fb6d68
 
fb6d68
 =head1 DESCRIPTION
fb6d68
 
fb6d68
@@ -932,6 +933,11 @@ you will see the slightly more helpful
fb6d68
 
fb6d68
 However, the B<.ph> files almost double in size when built using B<-h>.
fb6d68
 
fb6d68
+=item -e
fb6d68
+
fb6d68
+If an error is encountered during conversion, output file will be removed and
fb6d68
+a warning emitted instead of terminating the conversion immediately.
fb6d68
+
fb6d68
 =item -D
fb6d68
 
fb6d68
 Include the code from the B<.h> file as a comment in the B<.ph> file.
fb6d68
-- 
fb6d68
1.8.1.4
fb6d68