Skip to content

Commit

Permalink
Fixing help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Mar 9, 2009
1 parent e6214a8 commit 72de4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simple_db_migrate/cli.py
Expand Up @@ -32,7 +32,7 @@ def __config_parser(self):
self.__parser.add_option("--create",
dest="create_migration",
default=None,
help="Use specific config file. If not provided, will use simple-db-migrate.conf that is located in the current directory.")
help="Create migration file with given nickname.")

def get_parser(self):
return self.__parser
Expand Down

0 comments on commit 72de4a8

Please sign in to comment.