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

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

parent bd1b9185
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,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,