Update windows readme

This commit is contained in:
2023-07-19 13:26:29 -04:00
parent 9b5159e705
commit 3ea85786ce
2 changed files with 10 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ fi
use_gpu=0
if [[ $# < 2 || $# > 3 ]]; then
printf "${BOLD}${RED}Usage: $0 <filename> <output name> <optional: use-gpu (1|0), defaults to $use_gpu> ${NORMAL}\n"
printf "${BOLD}${RED}Usage: compress-video <filename> <output name> <optional: use-gpu (1|0), defaults to $use_gpu> ${NORMAL}\n"
exit 1
fi