Commit 1bc7aaa5 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

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

parent 44c9b65b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .id = CmdLnOptionId_inputFile,
        .match = "input_file",
        .matchShort = "i",
        .description = "Path to the input file (WAV, raw PCM or scene description file)",
        .description = "Path to the input file (WAV or raw PCM with BINAURAL_SPLIT_PCM input format, coded ISAR file with BINAURAL_SPLIT_CODED)",
    },
    {
        .id = CmdLnOptionId_inputFormat,