Commit dd6644b3 authored by Nico Schallehn's avatar Nico Schallehn

farben angepasst

parent 1f3c1c65
...@@ -9,17 +9,17 @@ $colors = new Colors(); ...@@ -9,17 +9,17 @@ $colors = new Colors();
if(isset($argv[1])){ if(isset($argv[1])){
switch ($argv[1]){ switch ($argv[1]){
case "filme": case "filme":
echo $colors->getColoredString("Filme", "white", "light_gray") .PHP_EOL; echo $colors->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
break; break;
default: default:
echo $colors->getColoredString("Fehler", "white", "light_gray") .PHP_EOL; echo $colors->getColoredString("Fehler", "red", "light_gray") .PHP_EOL;
echo "Bitte ohne Parameter aufrufen für Hilfe!".PHP_EOL; echo "Bitte ohne Parameter aufrufen für Hilfe!".PHP_EOL;
break; break;
} }
}else{ }else{
echo $colors->getColoredString("Benutzung:", "white", "light_gray") .PHP_EOL; echo $colors->getColoredString("Benutzung:", "black", "light_gray") .PHP_EOL;
echo " filme [Pfad zum einlesen] [Zielfestplatte]".PHP_EOL; echo " filme [Pfad zum einlesen] [Zielfestplatte]".PHP_EOL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment