Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Update description of edit command.
  • Loading branch information
kleschenko committed Oct 30, 2015
1 parent 738d33c commit 3a657dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_migrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def migrate(directory=None, message=None, sql=False, head='head', splice=False,
help=("migration script directory (default is "
"'migrations')"))
def edit(revision='current', directory=None):
"""Upgrade to a later version"""
"""Edit current revision."""
if alembic_version >= (0, 8, 0):
config = _get_config(directory)
command.edit(config, revision)
Expand Down

0 comments on commit 3a657dc

Please sign in to comment.