Fixed minor doc-typos, some EOL whitespace. Fixed #95, fixed #96.

This commit is contained in:
Brett Randall
2019-03-16 20:10:34 +11:00
parent 5c2afd7d6c
commit abafa6285c
2 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ while true; do
-A | --authcode ) auth_code="$2"; shift 2 ;;
# Extremely verbose output.
-d | --debug ) DEBUG=1; shift ;;
# Validate ONLY the aax file(s) No transcoding occures
# Validate ONLY the aax file(s) No transcoding occurs
-V | --validate ) VALIDATE=1; shift ;;
# Command synopsis.
-h | --help ) printf "$usage" $0 ; exit ;;