fix: Fix missing newline at the end of usage (#1352)

Without this, the command prompt will not appear on its own line after
running `packager` with no arguments.
This commit is contained in:
Joey Parrish 2024-02-26 19:56:16 -08:00 committed by GitHub
parent b68ec87f6a
commit 6276584de7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ const char kUsage[] =
" used to caption short portions of the audio that might be in a \n"
" foreign language. For DASH this will set role to forced_subtitle, \n"
" for HLS it will set FORCED=YES and AUTOSELECT=YES. \n"
" Only valid for subtitles.";
" Only valid for subtitles.\n";
// Labels for parameters in RawKey key info.
const char kDrmLabelLabel[] = "label";