From f3d9b4655dd3f3fe4037d88c4b1f5c97eb730b7e Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 5 Aug 2013 14:07:34 +0200 Subject: [PATCH] fix --- tools/preview/unpack_hld.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preview/unpack_hld.pl b/tools/preview/unpack_hld.pl index 8b7ab99..0a9bf1c 100755 --- a/tools/preview/unpack_hld.pl +++ b/tools/preview/unpack_hld.pl @@ -32,7 +32,7 @@ GetOptions ('h|help' => \$opt_help, 'v|verb' => \$opt_verb, 'i|info' => \$opt_frameinfo, 'd|debug' => \$opt_debug, - 'p|picpath' => \$opt_picpath, + 'p|picpath=s' => \$opt_picpath, 'e|events=i' => \$totalevents); -- 2.43.0