aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/shell.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-08 22:50:02 +0300
committerLoïc Hoguin <[email protected]>2015-05-08 22:50:02 +0300
commitafc60764b95e13f89d6cc7f4e25c484f339b8a6b (patch)
tree4309d16b6f32e2de617e0a3e8e8ab5d1e34e47f8 /plugins/shell.mk
parenta4a03683e0c6f6196121ad285796702825089300 (diff)
downloaderlang.mk-afc60764b95e13f89d6cc7f4e25c484f339b8a6b.tar.gz
erlang.mk-afc60764b95e13f89d6cc7f4e25c484f339b8a6b.tar.bz2
erlang.mk-afc60764b95e13f89d6cc7f4e25c484f339b8a6b.zip
Fix make help formatting
Diffstat (limited to 'plugins/shell.mk')
-rw-r--r--plugins/shell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shell.mk b/plugins/shell.mk
index 4e7e97e..6636b92 100644
--- a/plugins/shell.mk
+++ b/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.