diff doc/libervia-cli/roster.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/roster.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/libervia-cli/roster.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -107,9 +107,9 @@
 This command is used to remove from the roster all contacts which have no subscription or
 only partial subscription.
 
-By default, only contacts without subscription at all are removed. With ``--no_from`` you
+By default, only contacts without subscription at all are removed. With ``--no-from`` you
 also remove contacts which have no subscription to you (but you have a subscription to
-them), and with ``--no_to`` you also remove contacts that you are not subscribed to (but
+them), and with ``--no-to`` you also remove contacts that you are not subscribed to (but
 who are subscribed to you).
 
 example
@@ -118,12 +118,12 @@
 Remove all contacts from default profile which have no subscription at all or from which
 the default profile is not subscribed to::
 
-  $ li roster purge --no_to
+  $ li roster purge --no-to
 
 resync
 ======
 
-SàT uses `roster versioning`_ to optimize the synchronisation of roster with server on
+Libervia uses `roster versioning`_ to optimize the synchronisation of roster with server on
 client connection. This means that once the roster has been retrieved, on each following
 connection, only the difference of contacts (i.e. which new or removed contacts) is
 received.