Skip to content

Commit

Permalink
Typo add_option -> add_options
Browse files Browse the repository at this point in the history
  • Loading branch information
rconradharris committed Feb 1, 2011
1 parent fe36389 commit 6efe721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/glance-registry
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def create_options(parser):
help="uid under which to run. Default: %default")
parser.add_option("--gid", type=int, default=os.getgid(),
help="gid under which to run. Default: %default")
glance.registry.db.add_option(parser)
glance.registry.db.add_options(parser)


def main(_args):
Expand Down

0 comments on commit 6efe721

Please sign in to comment.