update documentation

This commit is contained in:
Simon Vieille 2020-12-27 22:27:21 +01:00
parent 9e28f1dd04
commit 4d6a0a7539
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ $ command | php bin/console mail:import "$MAILING_ID"
The feed can be published therefore accessible via the home page: The feed can be published therefore accessible via the home page:
``` ```
$ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR $ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# php bin/console mailing:new "Foo bar" --public # php bin/console mailing:new "Foo bar" --public
# php bin/console mailing:new "Foo bar" -p # php bin/console mailing:new "Foo bar" -p
@ -109,7 +109,7 @@ $ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR
…and it can be private: …and it can be private:
``` ```
$ php bin/console mailing:unpublish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR $ php bin/console mailing:unpublish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
``` ```
If you want to create another feed then: If you want to create another feed then: