diff doc/libervia-cli/account.rst @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents c80a0f864b5d
children
line wrap: on
line diff
--- a/doc/libervia-cli/account.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/libervia-cli/account.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -16,14 +16,14 @@
 ``-P PORT, --port PORT``. You may also specify an e-mail address using ``-e EMAIL, --email
 EMAIL`` (use of this data depend of the server implementation).
 
-By default, no SàT profile is created and associated to this new XMPP account, but you can
+By default, no Libervia profile is created and associated to this new XMPP account, but you can
 use ``-p PROFILE, --profile PROFILE`` if you are willing to have one.
 
 example
 -------
 
 Create account for the new user Nestor at ``nestor@example.org`` and associate it with the
-SàT profile ``nestor``::
+Libervia profile ``nestor``::
 
   $ li account create nestor@example.org some_password -p nestor
 
@@ -37,9 +37,9 @@
 .. note::
 
    Only the XMPP password on the server is changed, not the one registered in the
-   parameter of SàT. You may have to update the parameter of your profile if the new
+   parameter of Libervia. You may have to update the parameter of your profile if the new
    password doesn't correspond to your parameters one (you can do that with li param set
-   or with most SàT frontends in parameters).
+   or with most Libervia frontends in parameters).
 
 example
 -------