Fix indentation in help text

This commit is contained in:
Elias Schriefer 2024-04-12 18:07:27 +02:00
parent 615079070a
commit 8d0f18ca60

View File

@ -13,7 +13,7 @@ if [[ "${@:*help_args}" != "" ]] {
-h, --help Show this help text -h, --help Show this help text
-i <INPUT FILE> Matroska audio file to read -i <INPUT FILE> Matroska audio file to read
-o <OUTPUT FILE> Where to write the output -o <OUTPUT FILE> Where to write the output
-s <SIZE> Not implemented yet -s <SIZE> Not implemented yet
END END
exit 1 exit 1
} }