All generated admin controllers use the same generic base controller. So after the first generation it exists, hence the warning when you try to generate a second one.
By default, it will not overwrite it, as you may have made modifications to it.
You can use '--force' to overwrite, or '--skip' to skip files that already exist.