fmt.Fprintf(os.Stderr," A companion program to numberstation, intended to make easy work of decrypting very basic ciphers for numbers station projects using the logic of nsencode.\n")
fmt.Fprintf(os.Stderr,"\nOptions:\n")
flag.PrintDefaults()// Print the default flag help information
fmt.Fprintf(os.Stderr," A companion program to numberstation, intended to make easy work of making very basic ciphers for numbers station projects.\n")
fmt.Fprintf(os.Stderr,"\nOptions:\n")
flag.PrintDefaults()// Print the default flag help information
fmt.Fprintf(os.Stderr,"\nExamples:\n")
fmt.Fprintf(os.Stderr," %s -s 2 -g 4 <<< \"This is a test\"\n",os.Args[0])