Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 23 Apr 2012 15:22:50 +0000 (17:22 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 23 Apr 2012 15:22:50 +0000 (17:22 +0200)
scripts/installation_check.pl

index 520b4f1..def8590 100755 (executable)
@@ -50,7 +50,7 @@ $| = 1;
 if ($check{r}) {
   print_header('Checking Required Modules');
   check_module($_, required => 1) for @SL::InstallationCheck::required_modules;
-  print_header('Standard check for required modules done. See additional parameters for more checks (-- help)') if $default_run;
+  print_header('Standard check for required modules done. See additional parameters for more checks (--help)') if $default_run;
 }
 if ($check{o}) {
   print_header('Checking Optional Modules');