From b2c2fee6f5b0a0e812eccff9dd1e446a489025e9 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Tue, 6 Feb 2018 23:05:51 -0600 Subject: [PATCH] osc-staging: select: reword documentation to include XML reference. --- osc-staging.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/osc-staging.py b/osc-staging.py index 72c56ce3..c7c38c67 100644 --- a/osc-staging.py +++ b/osc-staging.py @@ -237,8 +237,12 @@ def do_staging(self, subcmd, opts, *args): Requests may either be the target package or the request ID. When using --filter-by or --group-by the xpath will be applied to the - request node as returned by OBS. Several values will supplement the - normal request node. + request node as returned by OBS. Use the following on a current request + to see the XML structure. + + osc api /request/1337 + + A number of additional values will supplement the normal request node. - ./action/target/@devel_project: the devel project for the package - ./action/target/@devel_project_super: super devel project if relevant