Browse Source

Merge pull request #184 from xfilipe/master

fixed a typo on Makefile
Alec Nikolas Reiter 9 years ago
parent
commit
e1053b5dcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@
 help:
 help:
 	@echo "  clean      remove unwanted stuff"
 	@echo "  clean      remove unwanted stuff"
 	@echo "  install    install flaskbb and setup"
 	@echo "  install    install flaskbb and setup"
-	@echo "  tests      run the testsuite"
+	@echo "  test      run the testsuite"
 	@echo "  run        run the development server"
 	@echo "  run        run the development server"
 
 
 dependencies:requirements.txt
 dependencies:requirements.txt