Commit 9b717bf0 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent dff22d9c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .match = "input_file",
        .matchShort = "i",
        .placeholder = "<path>",
        .description = "Path to the input file (WAV or raw PCM file with BINAURAL_SPLIT_PCM input format or ISAR bitstream file with BINAURAL_SPLIT_CODED input format)",
        .description = "Path to the input file (WAV or raw PCM file with BINAURAL_SPLIT_PCM input format\nor ISAR bitstream file with BINAURAL_SPLIT_CODED input format)",
        .isMandatory = true,
    },
    {