From e4a7336fb9445f7bfbf6125dd294e130f8297550 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 18 Sep 2018 16:48:18 +0200 Subject: [PATCH] fix typo includes=>include --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 26d64ad..ec27b31 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -858,7 +858,7 @@ sub main() { 'h|help' => sub { pod2usage(-exitval => 0, -verbose => 2) }, 'components=s' => \$options->{components}, 'variant=s' => \$options->{variant}, - 'include=s' => \$options->{includes}, + 'include=s' => \$options->{include}, 'architectures=s' => \$options->{architectures}, 'mode=s' => \$options->{mode}, 'dpkgopt=s@' => \$options->{dpkgopts},