MT#19053 fix bin/config_debug group option

* we need to define the option as string

Change-Id: Id5a93477d110179a97f2785603183fd1aee07f71
changes/58/5658/1
Victor Seva 10 years ago
parent d6bd38fd16
commit a06a24b703

@ -42,7 +42,7 @@ sub usage
my $help = 0;
my $profile = "CE";
my $group = "scenarios";
GetOptions ("h|help" => \$help, "g|group" => \$group)
GetOptions ("h|help" => \$help, "g|group=s" => \$group)
or die("Error in command line arguments\n".usage());
if($#ARGV>1 || $help)

Loading…
Cancel
Save