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:
parent
850e3c5aa3
commit
3b9d4f2b49
|
|
@ -30,7 +30,7 @@ function usage() {
|
||||||
usage: ${SCRIPT_NAME} <browser> <revision>
|
usage: ${SCRIPT_NAME} <browser> <revision>
|
||||||
|
|
||||||
Roll the <browser> to a specific <revision> and generate new protocol.
|
Roll the <browser> to a specific <revision> and generate new protocol.
|
||||||
Supported browsers: chromium, firefox, webkit.
|
Supported browsers: chromium, firefox, webkit, ffmpeg.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
${SCRIPT_NAME} chromium 123456
|
${SCRIPT_NAME} chromium 123456
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue