make help target cleanup

Makefile
makefiles/help/include.mk
makefiles/lint/include.mk
makefiles/lint/makefile.mk
makefiles/lint/.........mk
-------------------------
  o Implement topic help:: using 3 distinct targets.
  o help-summary - displays one-line topic help.
  o help-simple  - displays common topic help (lint, build, test)
  o help-verbose - exhaustive topic help for targets.
  o help (default) help-summary + help-simple (see {gerrit,lint}/help.mk)
  o Align all help text on string '[target]' from make cmd usage.
  o Restore JJB_VERSION ?= 2.8.0 in case of variant conflict with v4.1.0 in use.

makefiles/gerrit/help.mk
makefiles/gerrit/include.mk
---------------------------
  o Add gerrit command line convenience targets.
  o replication-status target shows health of gerrit-to-github mirror.

jjb/voltha-scale.yaml
---------------------
  o Lint cleanups, remove duplicate definitions.

Change-Id: I1c40fc0b5a61e3962e3481f0eae7266c5a6f2b2e
diff --git a/makefiles/virtualenv.mk b/makefiles/virtualenv.mk
index 43a4e67..628f166 100644
--- a/makefiles/virtualenv.mk
+++ b/makefiles/virtualenv.mk
@@ -62,8 +62,8 @@
 help ::
 	@echo
 	@echo '[VIRTUAL ENV]'
-	@echo '  venv                         Create a python virtual environment'
-	@echo '    venv-name=                 Subdir name for virtualenv install'
+	@echo '  venv                Create a python virtual environment'
+	@echo '    venv-name=        Subdir name for virtualenv install'
 	@echo '  venv-activate-script         make macro name'
 	@echo '      $$(target) dependency    install python virtualenv'
 	@echo '      source $$(macro) && cmd  configure env and run cmd'