Skip to content

fix repo-add

Morgan Adamiec requested to merge fix-repo-add into master

Commit 4f43ce3e broke repo-add by switching to parseopts without accounting for the added "--". Causing the dbname to always be read as "--".

This commit accounts for this and makes repo-add respect "--" as end of opts.

Merge request reports