Print the help message for this command

Property definitions

nitc $ Command :: print_local_help
	# Print the help message for this command
	fun print_local_help
	do
		print "usage: {usage}"
		print ""
		print "  {description}"
	end
src/nitpm.nit:44,2--50,4