CVS command checkin log minus tag log

Hi

What is the cvs command for getting the diff between the checkin log and tag log.

i am trying

cvs rdiff  -s -r <branch Tag> -r <branch> <module>

but it is not giving me the files that were not tagged.

I think it is doing a diff for common files in head and tag.

Please help

Thank you.