Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / scripts / headerdep.pl
index 97399da89ef2ae3779a088d34515e6c05d10ab40..b7f6c560e24d2e88aabb36aea8272465eb94936c 100755 (executable)
@@ -19,7 +19,7 @@ my $opt_graph;
        version => \&version,
 
        all     => \$opt_all,
-       I       => \@opt_include,
+       "I=s"   => \@opt_include,
        graph   => \$opt_graph,
 );