diff doc/libervia-cli/roster.rst @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 267e4987b58b
children
line wrap: on
line diff
--- a/doc/libervia-cli/roster.rst	Thu Jun 03 15:21:43 2021 +0200
+++ b/doc/libervia-cli/roster.rst	Thu Jun 17 13:05:58 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.