Commit 8766fa03 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 407d54fa
......@@ -38,10 +38,10 @@ do{
$exit = true;
break;
case "filme":
echo $colors->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
echo $Console->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
break;
default:
echo $colors->getColoredString("Benutzung:", "black", "light_gray") .PHP_EOL;
echo $Console->getColoredString("Benutzung:", "black", "light_gray") .PHP_EOL;
echo " filme [Pfad zum einlesen] [Zielfestplatte]".PHP_EOL;
break;
}
......
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