From f6ca1621c222178c63c9710f70ccd1dfdf46c66b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 4 Sep 2021 19:58:35 +0200 Subject: [PATCH] xvc_dump: add missing newlines in help text --- src/tools/xvc_dump.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/xvc_dump.cpp b/src/tools/xvc_dump.cpp index 9ebcf8046..2b7873bec 100644 --- a/src/tools/xvc_dump.cpp +++ b/src/tools/xvc_dump.cpp @@ -51,10 +51,10 @@ setup_help() { " deriving its type from its file name extension\n" " -a, --annex-b Treat input file as an ITU-T H.264/H.265 Annex B\n" " bitstream instead of trying to derive the type\n" - " from the content" + " from the content\n" " -i, --iso-14496-15 Treat input file as an ISO/IEC 14496-15 bitstream\n" " (NALUs prefixed with a four-byte size field) instead\n" - " of trying to derive the type from the content" + " of trying to derive the type from the content\n" " -p, --portable-format Output a format that's comparable with e.g. 'diff'\n" " between the ISO/IEC 14496-15 bitstream and ITU-T\n" " H.264/H.265 Annex B bitsream variants by not\n"