get_maintainer: it's '--pattern-depth', not '-pattern-depth'
Though it appears that Perl's GetOptions will take either, the latter is not documented in the options listing. Cherry picked from Linux commit cc7ff0ef6eca3deeea4a424ca47a67c8450d5424. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6668a2af21
commit
7a6ae2cffc
@ -748,7 +748,7 @@ Other options:
|
||||
--help => show this help information
|
||||
|
||||
Default options:
|
||||
[--email --nogit --git-fallback --m --n --l --multiline -pattern-depth=0
|
||||
[--email --nogit --git-fallback --m --n --l --multiline --pattern-depth=0
|
||||
--remove-duplicates --rolestats]
|
||||
|
||||
Notes:
|
||||
|
Loading…
Reference in New Issue
Block a user