summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2011-09-14 21:52:30 +0000
committerRodeo <[email protected]>2011-09-14 21:52:30 +0000
commit84f5b73ee875ba634ac80d3843acf355296f6d71 (patch)
tree46a05f6bc2830d17e8234d016759066b643b16d8 /test/test.c
parentc30f858f379f38155be9a7b1296ec65c68b319ea (diff)
CLI: add missing newline in help text.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4222 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 846500e10..9074064cd 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2564,7 +2564,7 @@ static void ShowHelp()
" -t, --title <number> Select a title to encode (0 to scan all titles only,\n"
" default: 1)\n"
" --min-duration Set the minimum title duration (in seconds). Shorter\n"
- " titles will not be scanned (default: 10)."
+ " titles will not be scanned (default: 10).\n"
" --scan Scan selected title only.\n"
" --main-feature Detect and select the main feature title.\n"
" -c, --chapters <string> Select chapters (e.g. \"1-3\" for chapters\n"