forked from josch/mmdebstrap
fix typo includes=>include
This commit is contained in:
parent
be3f571810
commit
e4a7336fb9
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ sub main() {
|
||||||
'h|help' => sub { pod2usage(-exitval => 0, -verbose => 2) },
|
'h|help' => sub { pod2usage(-exitval => 0, -verbose => 2) },
|
||||||
'components=s' => \$options->{components},
|
'components=s' => \$options->{components},
|
||||||
'variant=s' => \$options->{variant},
|
'variant=s' => \$options->{variant},
|
||||||
'include=s' => \$options->{includes},
|
'include=s' => \$options->{include},
|
||||||
'architectures=s' => \$options->{architectures},
|
'architectures=s' => \$options->{architectures},
|
||||||
'mode=s' => \$options->{mode},
|
'mode=s' => \$options->{mode},
|
||||||
'dpkgopt=s@' => \$options->{dpkgopts},
|
'dpkgopt=s@' => \$options->{dpkgopts},
|
||||||
|
|
Loading…
Reference in a new issue