update readme

This commit is contained in:
2024-06-06 16:36:57 -05:00
parent 210d7061a3
commit 16c7658385
2 changed files with 31 additions and 4 deletions

View File

@@ -4,9 +4,10 @@
# do not take this as a holy grail.
usage() {
echo "encode -i input_file [-p true/false] [-g NUM] output_file"
echo "encode -i input_file [-p true/false] [-g NUM] [output_file_name]"
echo -e "\t-p print the command instead of executing it [optional]"
echo -e "\t-g set film grain for encode [optional]"
echo -e "\toutput_file_name if not set, will create at $HOME/ [optional]"
return 0
}