1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-26 04:02:11 +01:00

Print help in more standard form so that help2man can parse it (bnc#471888).

This commit is contained in:
Michal Cihar 2009-05-05 14:13:22 +00:00
parent aedeea317c
commit a02e40f273

View File

@ -13,9 +13,9 @@ import oscerr
class Osc(cmdln.Cmdln):
"""usage:
osc [GLOBALOPTS] SUBCOMMAND [OPTS] [ARGS...]
osc help SUBCOMMAND
"""Usage: osc [GLOBALOPTS] SUBCOMMAND [OPTS] [ARGS...]
or: osc help SUBCOMMAND
OpenSUSE build service command-line tool.
Type 'osc help <subcommand>' for help on a specific subcommand.