diff options
author | Andreas Ziegler <andreas.ziegler@fau.de> | 2016-03-31 03:24:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-01 17:11:12 -0400 |
commit | 38cbfe4fe807121d23826115db224c1b79f0aa36 (patch) | |
tree | e04de038ec64cd255c02547680ceaba63b56c9d1 /scripts/checkkconfigsymbols.py | |
parent | 0320a278b9ef80cfa44f74b7f9bb36781695f3ee (diff) |
checkkconfigsymbols.py: Fix typo in help message
Fix a typo in the help message for the -d parameter by removing one 'm'.
Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Acked-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
-rwxr-xr-x | scripts/checkkconfigsymbols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py index d8f6c094cce5..df643f60bb41 100755 --- a/scripts/checkkconfigsymbols.py +++ b/scripts/checkkconfigsymbols.py | |||
@@ -89,7 +89,7 @@ def parse_options(): | |||
89 | 89 | ||
90 | if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff): | 90 | if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff): |
91 | sys.exit("Please specify valid input in the following format: " | 91 | sys.exit("Please specify valid input in the following format: " |
92 | "\'commmit1..commit2\'") | 92 | "\'commit1..commit2\'") |
93 | 93 | ||
94 | if opts.commit or opts.diff: | 94 | if opts.commit or opts.diff: |
95 | if not opts.force and tree_is_dirty(): | 95 | if not opts.force and tree_is_dirty(): |