Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
d773a805
Commit
d773a805
authored
Nov 05, 2020
by
Lorenz Hüdepohl
Browse files
Fix help text, was copy&pasted from other entry
parent
5c55f54d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_setup_subproject.py
View file @
d773a805
...
...
@@ -12,7 +12,7 @@ import osc.cmdln
@
osc
.
cmdln
.
option
(
'-n'
,
'--dry-run'
,
action
=
"store_true"
,
help
=
"Do not actually run anything but output the resulting XML configuration"
)
@
osc
.
cmdln
.
option
(
'--only-project'
,
action
=
"store_true"
,
help
=
"
Do not actually run anything but output the resulting XML configuration
"
)
help
=
"
Only change project metadata, do not iterate over packages and change their enabled repositories
"
)
@
osc
.
cmdln
.
option
(
'--remove-old'
,
action
=
"store_true"
,
default
=
False
,
help
=
"Remove all obsolete repositories instead of only disabling builds for packages there"
)
@
osc
.
cmdln
.
alias
(
"mpcdf_setup_sub"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment