docs: Add ffmpeg to roll_browser.js usage output (#5643)

This is a small change to show that ffmpeg is a supported browser parameter
value in the script usage. Although, the whole file should probably be
refactored now to something more generic like roll_download.js since ffmpeg
is just reusing the logic and isn't a browser.
This commit is contained in:
Kevin Brotcke 2021-03-01 19:59:20 -08:00 committed by GitHub
parent 850e3c5aa3
commit 3b9d4f2b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ function usage() {
usage: ${SCRIPT_NAME} <browser> <revision>
Roll the <browser> to a specific <revision> and generate new protocol.
Supported browsers: chromium, firefox, webkit.
Supported browsers: chromium, firefox, webkit, ffmpeg.
Example:
${SCRIPT_NAME} chromium 123456