From 10be875e22c364aea82226347e01ff8d48856bf6 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 2 Nov 2015 23:51:58 +0100 Subject: [PATCH] fix typo in help command rackt dev -> rackt server --- tasks/help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/help b/tasks/help index 264074b..242c543 100755 --- a/tasks/help +++ b/tasks/help @@ -5,7 +5,7 @@ echo "" echo "Commands:" echo " init Creates a folder called and generates a component structure." echo " build Builds the component to dist/ for UMD, and build/ for CommonJS." -echo " dev Start the dev server using port 8080." +echo " server Start the dev server using port 8080." echo " release Publish a new release to npm. Use --preview to preview release" echo " test Run the test suite. Use --single-run for single run." echo " pages Deploys the examples to gh-pages."