From 87c68618bec8fe5e5f559dc65cdf2078583e4be2 Mon Sep 17 00:00:00 2001 From: Oleksandr Gala Date: Wed, 27 Feb 2019 17:21:19 +0200 Subject: [PATCH] Fix typo in 'Uninstall Sample Data' section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 375275c7ca..f9fa6e4d88 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To remove the sample data modules from the code base, run one of the following c * If sample data was deployed from the composer repository, run: `# bin/magento sampledata:remove` * If sample data was deployed from the GitHub repository and linked to your Magento instance, run: -`# php -f /dev/tools/build-sample-data.php – --command=unlink --ce-source=""` +`# php -f /dev/tools/build-sample-data.php -- --command=unlink --ce-source=""` To delete all the products and other entities provided by the sample data modules, delete the database and reinstall Magento with a clean database. @@ -69,4 +69,4 @@ If you have deleted certain entities provided by sample data and want to restore The deleted sample data entities will be restored. Those entities, which were changed, will preserve these changes and will not be restored to the default view. ## Documentation -You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html) \ No newline at end of file +You can find the more detailed description of sample data manipulation procedures at [http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html](http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-sample-data.html)