This simply calls spip with the --help option.

spip_help()

Value

This returns the exit status of spip if spip is installed, but the return value is of little use. Mainly this is run for the side effect of printing the spip help menu to the console.

Examples

if (FALSE) spip_help()