Swarm Init hangs in terminal

I have been working through the introduction to docker on the website. I have tagged the image and pushed it in the repository. However in the next step I am to run the command docker swarm init and it is hanging up in the terminal. I have tried running docker swarm init --address-addr docker.machine.ip.address:2377 and various other combinations of that command to no avail. Is there something I am doing wrong? Why is it not running the command after several minutes of waiting?

Nevermind I fixed the issue!