X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fhelp.sh;h=51f55547e8f4976ae03a2f564753b00d81593fa4;hb=9a27cdc27c900feaae5f6db4315c4ccdfc0c4493;hp=0f672d5209fa55ccb7c97c0fd90f77b927e678a3;hpb=01a07456e476237b7f78fddb3ea815537fc35af0;p=github%2FChocobozzz%2FPeerTube.git 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"