projg2 / eselect-repository

An eselect module to manage repos.conf (i.e. layman replacement)
20 stars 8 forks source link

Handle singular/plural when enabling/disabling/removing a single repo #22

Closed LocalSpook closed 1 year ago

LocalSpook commented 1 year ago

Currently, if you run eselect repository enable/disable/remove REPO_FOO, the output will show: 1 repositories enabled/disabled/removed. This commit changes it to show: 1 repository enabled/disabled/removed.

mgorny commented 1 year ago

Thank you but I don't think it's really worth the added complexity.