diff --git a/README-tw.md b/README-tw.md index 9fd3b88..b260b5d 100644 --- a/README-tw.md +++ b/README-tw.md @@ -53,7 +53,7 @@ GLOBAL OPTIONS: --strip value, -s value MB sizes to split the video into chunks (default: 0) --resolution 240, -r 240 Video resolution, could be 240, `480`, `540`, `720`, `1080` (default: "1080") --resolution-fallback up, --rf up Looking for larger or smaller resolution (up for larger, `down` for smaller) if a specified resolution was not found (default: "down") - --fps value, -f value Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS (default: "60") + --fps value, -f value Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS (default: "60") --help, -h show help (default: false) --version, -v print the version (default: false) ``` diff --git a/README.md b/README.md index cc01e33..228b98b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ GLOBAL OPTIONS: --strip value, -s value MB sizes to split the video into chunks (default: 0) --resolution 240, -r 240 Video resolution, could be 240, `480`, `540`, `720`, `1080` (default: "1080") --resolution-fallback up, --rf up Looking for larger or smaller resolution (up for larger, `down` for smaller) if a specified resolution was not found (default: "down") - --fps value, -f value Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS (default: "60") + --fps value, -f value Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS (default: "60") --help, -h show help (default: false) --version, -v print the version (default: false) ``` diff --git a/bin/arm64/darwin/chatubrate-dvr b/bin/arm64/darwin/chatubrate-dvr index bc99259..7db040f 100644 Binary files a/bin/arm64/darwin/chatubrate-dvr and b/bin/arm64/darwin/chatubrate-dvr differ diff --git a/bin/arm64/linux/chatubrate-dvr b/bin/arm64/linux/chatubrate-dvr index 99aa629..23f7a62 100644 Binary files a/bin/arm64/linux/chatubrate-dvr and b/bin/arm64/linux/chatubrate-dvr differ diff --git a/bin/arm64/windows/chatubrate-dvr b/bin/arm64/windows/chatubrate-dvr.exe similarity index 99% rename from bin/arm64/windows/chatubrate-dvr rename to bin/arm64/windows/chatubrate-dvr.exe index a083866..4c0dde6 100644 Binary files a/bin/arm64/windows/chatubrate-dvr and b/bin/arm64/windows/chatubrate-dvr.exe differ diff --git a/bin/darwin/chatubrate-dvr b/bin/darwin/chatubrate-dvr index afd7811..6911638 100644 Binary files a/bin/darwin/chatubrate-dvr and b/bin/darwin/chatubrate-dvr differ diff --git a/bin/linux/chatubrate-dvr b/bin/linux/chatubrate-dvr index 4619eec..af00050 100644 Binary files a/bin/linux/chatubrate-dvr and b/bin/linux/chatubrate-dvr differ diff --git a/bin/windows/chatubrate-dvr b/bin/windows/chatubrate-dvr.exe similarity index 99% rename from bin/windows/chatubrate-dvr rename to bin/windows/chatubrate-dvr.exe index 9f6a103..5769c0b 100644 Binary files a/bin/windows/chatubrate-dvr and b/bin/windows/chatubrate-dvr.exe differ diff --git a/main.go b/main.go index 3d26484..91dc75b 100644 --- a/main.go +++ b/main.go @@ -496,7 +496,7 @@ func main() { Name: "fps", Aliases: []string{"f"}, Value: "60", - Usage: "Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS", + Usage: "Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS", }, }, Name: "chaturbate-dvr",