Skip to content

Commit

Permalink
fixup! EZP-25358: ezxmltext:convert-to-richtext command prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Feb 3, 2016
1 parent 7667deb commit f7822a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bundle/Command/ConvertXmlTextToRichTextCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,14 @@ protected function configure()
{
$this
->setName('ezxmltext:convert-to-richtext')
->setDescription('Converts XmlText fields from eZ Publish Platform to RichText fields');
->setDescription( <<< EOT
Converts XmlText fields from eZ Publish Platform to RichText fields.
== WARNING ==
This is a non-finalized work in progress. ALWAYS make sure you have a restorable backup of your database before using it.
EOT
);
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit f7822a3

Please sign in to comment.