mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 07:29:42 +00:00
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 New Issue
Block a user