Loïc Hoguin 10 лет назад
Родитель
Сommit
afc60764b9
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      plugins/shell.mk
  2. 1 1
      plugins/xref.mk

+ 1 - 1
plugins/shell.mk

@@ -15,7 +15,7 @@ ALL_SHELL_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(SHELL_DEPS))
 help::
 	@printf "%s\n" "" \
 		"Shell targets:" \
-		"  shell              Run an erlang shell with SHELL_OPTS or reasonable default"
+		"  shell       Run an erlang shell with SHELL_OPTS or reasonable default"
 
 # Plugin-specific targets.
 

+ 1 - 1
plugins/xref.mk

@@ -21,7 +21,7 @@ XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.0/xrefr
 help::
 	@printf "%s\n" "" \
 		"Xref targets:" \
-		"	xref				Run Xrefr using $XREF_CONFIG as config file if defined"
+		"  xref        Run Xrefr using $XREF_CONFIG as config file if defined"
 
 distclean:: distclean-xref