fixed term cmdline option
This commit is contained in:
parent
059eca7bb3
commit
3ecb690c8e
|
@ -12,7 +12,7 @@ my $baud = '115200';
|
||||||
my $verbose;
|
my $verbose;
|
||||||
|
|
||||||
GetOptions ('file=s' => \$filename,
|
GetOptions ('file=s' => \$filename,
|
||||||
'terminal' => \$term,
|
'terminal=s' => \$term,
|
||||||
'verbose' => \$verbose,
|
'verbose' => \$verbose,
|
||||||
'baud=s' => \$baud);
|
'baud=s' => \$baud);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue