Revert "./scripts/installation_check.pl"
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 10 Jan 2014 14:35:15 +0000 (15:35 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 10 Jan 2014 14:35:15 +0000 (15:35 +0100)
This reverts commit 1f8989f79f9bfe310ca98b6047d15079ad225773.

Nach Absprache im IRC reverte ich den. Den Spruch in der Standardausgabe passe
ich gleich noch an.

scripts/installation_check.pl

index 40e312f..72f0605 100755 (executable)
@@ -42,7 +42,6 @@ my %check;
 Getopt::Long::Configure ("bundling");
 GetOptions(
   "v|verbose"   => \ my $v,
-  "V|no-verbose"   => \ my $nv,
   "a|all"       => \ $check{a},
   "o|optional!" => \ $check{o},
   "d|devel!"    => \ $check{d},
@@ -60,15 +59,6 @@ my %install_methods = (
   cpan   => { key => 'name',   install => "sudo cpan",            system => "CPAN" },
 );
 
-# verbos is default
-if ( $v && $nv ){
-  $v = 1;
-}elsif ($nv){
-  undef $v;
-}else{
-  $v = 1;
-}
-
 # if nothing is requested check "required"
 my $default_run;
 if (!defined $check{a}
@@ -344,13 +334,9 @@ Probe for LaTeX documentclasses and packages in master templates.
 
 Don't probe for LaTeX document classes and packages in master templates. (Useful in combination with --all)
 
-=item C<-v, --verbose>
-
-Print additional info for missing dependancies (enabled by default)
-
-=item C<-V, --no-verbose>
+=item C<-v. --verbose>
 
-Disable verbosity
+Print additional info for missing dependancies
 
 =item C<-i, --install>