Skip to content

Commit

Permalink
tipo(doc): Added full command name (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSaunier authored and Yann Eugoné committed Nov 29, 2016
1 parent a404867 commit f6520b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/doc/7-Dumper_command.md
Expand Up @@ -13,7 +13,7 @@ The command always creates `sitemap.xml` file as sitemaps index. The other files
you provide, when adding URLs in your `SitemapPopulateEvent` event listeners.

```bash
$ app/console presta:sitemap:dump
$ app/console presta:sitemaps:dump
Dumping all sections of sitemaps into web directory
Created the following sitemap files
main.xml
Expand Down Expand Up @@ -50,7 +50,7 @@ You can overwrite default host if you need to generate several sitemaps with dif
Consider following example:

```bash
$ app/console presta:sitemap:dump --base-url=http://es.mysite.com/ es/
$ app/console presta:sitemaps:dump --base-url=http://es.mysite.com/ es/
Dumping all sections of sitemaps into web directory
Created the following sitemap files
main.xml
Expand All @@ -61,7 +61,7 @@ Created the following sitemap files
The dumper command support gzip compression as described in [sitemaps protocol][1] :

```bash
$ app/console presta:sitemap:dump --gzip
$ app/console presta:sitemaps:dump --gzip
Dumping all sections of sitemaps into tmp4 directory
Created/Updated the following sitemap files:
sitemap.default.xml.gz
Expand All @@ -70,4 +70,4 @@ Created/Updated the following sitemap files:
sitemap.xml
```

[1]: http://www.sitemaps.org/protocol.html#index
[1]: http://www.sitemaps.org/protocol.html#index

0 comments on commit f6520b7

Please sign in to comment.