From 504677de4ff444d05accc781c23837e64610926c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 17 Nov 2009 16:54:52 +0000 Subject: [PATCH] Corrected help text of cdrskin static compile script --- cdrskin/compile_cdrskin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdrskin/compile_cdrskin.sh b/cdrskin/compile_cdrskin.sh index 8f63130..4fa76a7 100755 --- a/cdrskin/compile_cdrskin.sh +++ b/cdrskin/compile_cdrskin.sh @@ -89,7 +89,7 @@ do echo " -libburn_0_7_2 set macro to match libburn-0.7.2" echo " -libburn_svn set macro to match current libburn-SVN." echo " -o_direct use open(O_DIRECT) on fifo input (Linux only)." - echo " -dvd_obs_64k 64 KB default size for cdrskin DVD/BD writing." + echo " -dvd_obs_64k 64 KB default size for DVD/BD writing." echo " -do_not_compile_cdrskin omit compilation of cdrskin/cdrskin." echo " -experimental use newly introduced libburn features." echo " -oldfashioned use pre-0.2.2 libburn features only."