Move --profile to the top of the argument list so it's easier to see in --help. Most users should use --profile instead of --config.
--profile
--help
--config
Explain what the default --profile value is (it's progname).
progname
Reword the --config help text to explain that this overrides a profile's settings using a separate configuration file.
Fixes: https://pagure.io/koji/issue/2959
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
Commit 9f8b74cd fixes this pull-request
Pull-Request has been merged by tkopecek
Move
--profileto the top of the argument list so it's easier to see in--help. Most users should use--profileinstead of--config.Explain what the default
--profilevalue is (it'sprogname).Reword the
--confighelp text to explain that this overrides a profile's settings using a separate configuration file.Fixes: https://pagure.io/koji/issue/2959