Correct way to install 4.1 with command

After having multiple errors when trying to update to 4.1 from 4.0 when performing

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing qubes-dist-upgrade

I get an error “failed to specify release version please use --releasever to specify version”. to correctly specify the version of upgrade, would I enter:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing qubes-dist-upgrade --releasever=r4.1.0-rc2

as the whole command?

hmm, have the strange feeling this “specify the release version” isn’t the full truth… Recently did the update also and it just was a wrong command I was using… It worked without any --releasever switch.
Could swear

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing qubes-dist-upgrade

should work, didn’t it? Otherwise try your command…

qubes-dom0-current-testing should be the correct repo
releasever=r4.1.0-rc2 should also be correct

PS.: have you tried
sudo qubes-dom0-update -y qubes-dist-upgrade
also? Maybe the package isn’t testing anymore???