From aaa51bcab1eb31ef0bb74b1001bcac95a905a6a0 Mon Sep 17 00:00:00 2001 From: lethliel Date: Wed, 16 Oct 2019 14:41:22 +0200 Subject: [PATCH] improve help text for osc maintained The help text does not indicate that only osc mbranch really creates a branch. osc maintained and osc sm are just aliases for osc mbranch --dryrun --- osc/commandline.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osc/commandline.py b/osc/commandline.py index 4700919f..4478ce67 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3336,6 +3336,10 @@ Please submit there instead, or use --nodevelproject to force direct submission. home:USERNAME:branches:ATTRIBUTE:PACKAGE if nothing else specified. + If osc maintained or sm is issued only the relevant instances of a + package will be shown. No branch will be created. This is similar + to osc mbranch --dryrun. + usage: osc sm [SOURCEPACKAGE] [-a ATTRIBUTE] osc mbranch [ SOURCEPACKAGE [ TARGETPROJECT ] ]