aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-10 22:57:31 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-10 22:57:31 +0200
commit75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42 (patch)
treeec2f38883fd53e7e2e2d451b9275ca984631c6c1 /scripts/help.sh
parent69818c9394366b954b6ba3bd697bd9d2b09f2a16 (diff)
downloadPeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.gz
PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.zst
PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.zip
Adapt scripts to typescript
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
3printf "############# PeerTube help #############\n\n" 3printf "############# PeerTube help #############\n\n"
4printf "npm run ...\n" 4printf "npm run ...\n"
5printf " build -> Build the application for production (alias of build:client:prod)\n" 5printf " build -> Build the application for production (alias of build:client:prod)\n"
6printf " build:client:dev -> Build the client for development\n" 6printf " build:server:prod -> Build the server for production\n"
7printf " build:client:prod -> Build the client for production\n" 7printf " build:client:prod -> Build the client for production\n"
8printf " clean -> Clean the application\n" 8printf " clean -> Clean the application\n"
9printf " clean:client -> Clean the client build files (dist directory)\n" 9printf " clean:client -> Clean the client build files (dist directory)\n"