mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
fixed cmd line to function mapping issue
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
4feeed5862
commit
a6f19eebe2
@ -369,7 +369,7 @@ def create_parser():
|
||||
|
||||
subparsers.add_parser("drop", help="Drop the database")
|
||||
|
||||
subparsers.add_parser("migrate_up", help="Migrate up")
|
||||
subparsers.add_parser("migrate", help="Migrate up")
|
||||
|
||||
# parser for starting Planetmint
|
||||
start_parser = subparsers.add_parser("start", help="Start Planetmint")
|
||||
|
Loading…
x
Reference in New Issue
Block a user