From ee5072652eccb08537b50bc41c99f5100d9451d5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 15 Feb 2019 09:13:46 +1100 Subject: [PATCH] pngdump: move options to the right place in the synopsis --- fileformatdocs/pngdump.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileformatdocs/pngdump.pl b/fileformatdocs/pngdump.pl index f2dcf249..9904e730 100644 --- a/fileformatdocs/pngdump.pl +++ b/fileformatdocs/pngdump.pl @@ -311,7 +311,7 @@ pngdump.pl - dump the structure of a PNG image file. =head1 SYNOPSIS - perl [-dumpall] [-image] pngdump.pl filename + perl pngdump.pl [-dumpall] [-image] filename =head1 DESCRIPTION -- 2.39.5