Fixed poll help bug
Created by: HighSaltLevels
What/Why
I wasn't checking for the first argument to be help and the split
on ";" was making it where there were not enough arguments for the index I was doing later on. This PR checks explicitly for the help
and returns the help massage to the user.