Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38cbfe4f authored by Andreas Ziegler's avatar Andreas Ziegler Committed by Greg Kroah-Hartman
Browse files

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: default avatarAndreas Ziegler <andreas.ziegler@fau.de>
Acked-by: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0320a278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ def parse_options():

    if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff):
        sys.exit("Please specify valid input in the following format: "
                 "\'commmit1..commit2\'")
                 "\'commit1..commit2\'")

    if opts.commit or opts.diff:
        if not opts.force and tree_is_dirty():