mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
fix content of osc workerinfo --help
Replace usage with better explanation. It was missing that it requires a prefixed hostarch. Also workername is instead called workerid in the API. Usage help was before: osc workerinfo WORKER Add actual example. See also the fix for this in OBS API docs: https://github.com/openSUSE/open-build-service/pull/10024
This commit is contained in:
parent
568cb38e3d
commit
75934c995c
@ -6079,9 +6079,11 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
"""${cmd_name}: gets the information to a worker from the server
|
||||
|
||||
Examples:
|
||||
osc workerinfo <workername>
|
||||
osc workerinfo x86_64:goat:1
|
||||
|
||||
Usage:
|
||||
osc workerinfo <hostarch>:<workerid>
|
||||
|
||||
${cmd_usage}
|
||||
${cmd_option_list}
|
||||
"""
|
||||
apiurl = self.get_api_url()
|
||||
|
Loading…
Reference in New Issue
Block a user