helpnode "Crypt help\nUsage : prime [options]" #int bits; option (bits) INT "BITS" { $bits = $1 } "specify the number of bits for prime numbers (used only when create_conf option is specified)." option (h, help) { gaa_help(); exit(0); } "shows this help text" init { $bits=1040; }