diff --git a/bin/manila-manage b/bin/manila-manage index b5b46796..329e4da1 100755 --- a/bin/manila-manage +++ b/bin/manila-manage @@ -380,9 +380,9 @@ category_opt = cfg.SubCommandOpt('category', def get_arg_string(args): arg = None if args[0] == '-': - # (Note)zhiteng: args starts with CONF.oparser.prefix_chars - # is optional args. Notice that cfg module takes care of - # actual ArgParser so prefix_chars is always '-'. + # (Note)zhiteng: args starts with CONF.oparser.prefix_chars + # is optional args. Notice that cfg module takes care of + # actual ArgParser so prefix_chars is always '-'. if args[1] == '-': # This is long optional arg arg = args[2:]