Commit c8dc9510 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

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

parent 599ff73f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,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,
    },
    {