From: Michael Wiebusch Date: Mon, 5 Aug 2013 12:07:34 +0000 (+0200) Subject: fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f3d9b4655dd3f3fe4037d88c4b1f5c97eb730b7e;p=mvdsensorcontrol.git fix --- 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);