Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fedup/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def parse_args(gui=False):
help=_('disable yum plugins by name'))
yumopts.add_argument('--nogpgcheck', action='store_true', default=False,
help=_('disable GPG signature checking'))
yumopts.add_argument('--add-install', metavar='PKG-OR-GROUP',
yumopts.add_argument('--add-install', metavar='PACKAGE-OR-@GROUP}',
action='append', dest='add_install', default=[],
help=_('add extra item to be installed during upgrade'))
help=_('add one extra package or group to be installed during upgrade, prefix groups with an "@"-symbol'))


# Magical --product option only used for upgrading to Fedora 21
Expand Down