From 75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 10 Jun 2017 22:57:31 +0200 Subject: Adapt scripts to typescript --- scripts/help.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/help.sh') diff --git a/scripts/help.sh b/scripts/help.sh index 0f672d520..51f55547e 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -3,7 +3,7 @@ printf "############# PeerTube help #############\n\n" printf "npm run ...\n" printf " build -> Build the application for production (alias of build:client:prod)\n" -printf " build:client:dev -> Build the client for development\n" +printf " build:server:prod -> Build the server for production\n" printf " build:client:prod -> Build the client for production\n" printf " clean -> Clean the application\n" printf " clean:client -> Clean the client build files (dist directory)\n" -- cgit v1.2.3