Skip to content

Commit

Permalink
change keep-link description to make it easier to understand
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Kastl committed Sep 17, 2018
1 parent 48e71b0 commit ba66a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2880,7 +2880,7 @@ def do_aggregatepac(self, subcmd, opts, *args):
@cmdln.option('-k', '--keep-maintainers', action='store_true',
help='keep original maintainers. Default is remove all and replace with the one calling the script.')
@cmdln.option('-K', '--keep-link', action='store_true',
help='keep the source link in target, this also expands the source')
help='If the target package is a link, the link is kept, but may be updated. If the source package is a link, its expanded version is considered.')
@cmdln.option('-d', '--keep-develproject', action='store_true',
help='keep develproject tag in the package metadata')
@cmdln.option('-r', '--revision', metavar='rev',
Expand Down

0 comments on commit ba66a0b

Please sign in to comment.