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