Commit a6911c2b authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Changement de l'intitulé de la dernière étape du rendu graphique.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -80,7 +80,7 @@ class RenderCommand extends ContainerAwareCommand ...@@ -80,7 +80,7 @@ class RenderCommand extends ContainerAwareCommand
fclose($pipes[0]); fclose($pipes[0]);
$io->writeln("<info>Ok</info>."); $io->writeln("<info>Ok</info>.");
$io->write("Attente de PlantUML: "); $io->write("Rendu graphique par PlantUML: ");
$res = proc_close($proc); $res = proc_close($proc);
if ($res === 0) { if ($res === 0) {
......
Supports Markdown
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