Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Fix submanager / extension developer doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jan 11, 2013
1 parent ae5e4ff commit e1367df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -430,7 +430,7 @@ Extension developers can easily create convenient sub-manager instance within th

Here is an example how a database extension could provide (ex. database.py)::

manager = Manager("Perform database operations")
manager = Manager(usage="Perform database operations")

@manager.command
def drop():
Expand Down

0 comments on commit e1367df

Please sign in to comment.