Skip to content

Commit

Permalink
[qa] Updated description commit check args openwisp#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabcd committed Nov 30, 2018
1 parent 0e0a4e5 commit fc9ea11
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions openwisp_utils/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ def _commit_check_args():
"""
Parse and return CLI arguments
"""
parser = argparse.ArgumentParser(description="Make sure the message "
"matches the format. If "
"not appropriate, "
"raise exception!")
parser = argparse.ArgumentParser(description="Ensures the commit message "
"matches the OpenWISP commit guidelines.")

parser.add_argument("--message",
help="Commit message")
return parser.parse_args()
Expand Down

0 comments on commit fc9ea11

Please sign in to comment.