From 82221ac920ad2e6bafc742a09fa1636899d4173e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 13 Oct 2016 21:45:23 +0200 Subject: Update clean script --- scripts/help.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/help.sh') diff --git a/scripts/help.sh b/scripts/help.sh index a2c8e4df0..6e124c276 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -9,7 +9,8 @@ printf " clean -> Clean the application\n" printf " clean:client -> Clean the client build files (dist directory)\n" printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n" printf " watch:client -> Watch the client files\n" -printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n" +printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" +printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" -- cgit v1.2.3