Init a new OptionString with a help message and names.

Property definitions

opts $ OptionString :: defaultinit
	# Init a new OptionString with a `help` message and `names`.
	init(help: String, names: String...) is old_style_init do super(help, null, names)
lib/opts/opts.nit:183,2--184,83