If $r$ is a primitive root of $n$, then so is $r^{-1}$ modulo $n$.
Note by definition, a number $r$ is a primitive root modulo $n$ if every number that is co-prime to $n$ is congruent to a power of $r$ modulo $n$.
Therefore $r$ being a primitive root of $n$, we see $r$ generates the group $\mathbb{Z}^{\times}_n$, that is for any $x\in\mathbb{Z}^{\times}_n\implies x=r^k\pmod n$ and we see $k\leq \phi (n)$ that is $\mathbb{Z}^{\times}_n={1,r,r^2,\dots,r^{\phi(n)−1}}$. Therefore we see that from $r^{\phi(n)}=1\implies r\cdot r^{\phi(n)-1}=1\implies r^{-1}=r^{\phi(n)-1}\implies (r^{-1})^{\phi(n)}=r^{(\phi(n)-1)\phi(n)}=1$. Therefore $o(r^{-1})|\phi(n)$.
I'm having trouble showing that $\phi(n)|o(r^{-1})$ or that it will generate the whole set.