From 311e1837d4e6d32e81194f67ee3c28a2e5c177cd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 6 Jul 2005 12:54:11 +0000 Subject: [PATCH] Missing a newline. --- src/extract/mkvextract.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extract/mkvextract.cpp b/src/extract/mkvextract.cpp index 87ed1a9e0..c830a0752 100644 --- a/src/extract/mkvextract.cpp +++ b/src/extract/mkvextract.cpp @@ -102,7 +102,7 @@ usage() { " (default: keep all levels)\n" " --raw Extract the data to a raw file.\n" " --fullraw Extract the data to a raw file including the CodecPrivate" -" as a header.\n" +"\n as a header.\n" " TID:out Write track with the ID TID to the file 'out'.\n" "\n" " Example:\n"