summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alembic/config.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/alembic/config.py b/alembic/config.py
index 3d11916..bd0ea4f 100644
--- a/alembic/config.py
+++ b/alembic/config.py
@@ -352,13 +352,6 @@ class CommandLine(object):
help="Specify a revision range; "
"format is [start]:[end]")
),
- 'edit': (
- "--edit",
- dict(
- action="store_true",
- help="Edit the latest revision"
- )
- )
}
positional_help = {
'directory': "location of scripts directory",