X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fhelp.sh;h=b58f52fa0d8d087c92a154005be9880b6eb9e44a;hb=907ba7e270b78507a8d9b6aa20da0f6231c37d25;hp=da127092dafb91a328efa6abd6d370710d5c3b83;hpb=a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/help.sh b/scripts/help.sh index da127092d..b58f52fa0 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -13,7 +13,6 @@ printf " reset-password -- -u [user] -> Reset the password of user [user]\n" printf " create-transcoding-job -- -v [video UUID] \n" printf " -> Create a transcoding job for a particular video\n" printf " prune-storage -> Delete (after confirmation) unknown video files/thumbnails/previews... (due to a bad video deletion, transcoding job not finished...)\n" -printf " optimize-old-videos -> Re-transcode videos that have a high bitrate, to make them suitable for streaming over slow connections" printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" printf " start -> Run the server\n" printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n"