1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-28 07:26:15 +01:00

Merge branch 'help-workerinfo' of https://github.com/JanZerebecki/osc

Improve documentation of the "workerinfo" command (make the abstract
"workername" more precise (hostarch:workerid)).
This commit is contained in:
Marcus Huewe 2020-08-25 17:50:56 +02:00
commit 8dd9cbef39

View File

@ -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 """${cmd_name}: gets the information to a worker from the server
Examples: Examples:
osc workerinfo <workername> osc workerinfo x86_64:goat:1
Usage:
osc workerinfo <hostarch>:<workerid>
${cmd_usage}
${cmd_option_list} ${cmd_option_list}
""" """
apiurl = self.get_api_url() apiurl = self.get_api_url()