Skip to content

Commit

Permalink
[qa] Updated description check openwisp#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabcd committed Nov 30, 2018
1 parent 8155e56 commit 61bacbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openwisp_utils/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def _commit_check_args():
"""
Parse and return CLI arguments
"""
parser = argparse.ArgumentParser(description="Ensures migration files "
"created have a descriptive name. If "
"default name pattern is found, "
parser = argparse.ArgumentParser(description="make sure the message "
"matches the format. If "
"not appropriate, "
"raise exception!")
parser.add_argument("--message",
help="Commit message")
Expand Down

0 comments on commit 61bacbd

Please sign in to comment.