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:
parent
b68ec87f6a
commit
6276584de7
|
@ -136,7 +136,7 @@ const char kUsage[] =
|
||||||
" used to caption short portions of the audio that might be in a \n"
|
" 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"
|
" foreign language. For DASH this will set role to forced_subtitle, \n"
|
||||||
" for HLS it will set FORCED=YES and AUTOSELECT=YES. \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.
|
// Labels for parameters in RawKey key info.
|
||||||
const char kDrmLabelLabel[] = "label";
|
const char kDrmLabelLabel[] = "label";
|
||||||
|
|
Loading…
Reference in New Issue