change string syntax
svn: r18518
This commit is contained in:
parent
8a11029b30
commit
f602306aa7
@ -401,8 +401,8 @@ class CommandLineReport(object):
|
||||
self.options_help[name].append(option.get_help())
|
||||
else:
|
||||
print _("Unknown option: %s") % option
|
||||
print (_(" Valid options are:"),
|
||||
", ".join(self.options_dict.keys()))
|
||||
print _(" Valid options are:"), ", ".join(
|
||||
self.options_dict.keys())
|
||||
print (_(" Use '%(donottranslate)s' to see description "
|
||||
"and acceptable values") %
|
||||
{'donottranslate' : "show=option"})
|
||||
@ -431,8 +431,8 @@ class CommandLineReport(object):
|
||||
|
||||
else:
|
||||
print _("Ignoring unknown option: %s") % opt
|
||||
print (_(" Valid options are:"),
|
||||
", ".join(self.options_dict.keys()))
|
||||
print _(" Valid options are:"), ", ".join(
|
||||
self.options_dict.keys())
|
||||
print (_(" Use '%(donottranslate)s' to see description "
|
||||
"and acceptable values") %
|
||||
{'donottranslate' : "show=option"})
|
||||
|
Loading…
Reference in New Issue
Block a user