get_usage_str
This commit is contained in:
parent
68637cbefb
commit
dd4a7edcfd
2 changed files with 125 additions and 244 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -100,6 +100,9 @@ Available categories are: %(categories)s
|
|||
return _(epilog_str)
|
||||
|
||||
|
||||
def get_usage_str(usage):
|
||||
return usage + _("\n(Specify the --help global option for a list of other help options)")
|
||||
|
||||
def ensure_connection(session):
|
||||
try:
|
||||
ret = session.getAPIVersion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue