# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1658502940 -7200
# Node ID 76fb0739cc9cf3c8314b68884f9ca52c2a16198e
# Parent  8c01d8ab9447d4efdb26b65987532f91dd33dbf5
doc (cli/blog): `repeat` documentation:

rel 370

diff -r 8c01d8ab9447 -r 76fb0739cc9c doc/libervia-cli/blog.rst
--- a/doc/libervia-cli/blog.rst	Fri Jul 22 15:45:33 2022 +0200
+++ b/doc/libervia-cli/blog.rst	Fri Jul 22 17:15:40 2022 +0200
@@ -257,6 +257,23 @@
 
   $ li blog rename -i my_great_tittle_123a my_great_title_123a
 
+repeat
+======
+
+Re-publish a blog item on profile's blog.
+
+This is similar to may be called in other networks "share" or "boot", the goal is mainly
+to send this post of interest to our subscribers to make it more visible.
+
+It only needs arguments to get item to repeat location.
+
+example
+-------
+
+Pierre wants to repeat a blog post from Louise to make it more visible::
+
+  $ li blog repeat -s louise@example.org -n urn:xmpp:microblog:0 -i culture-new-caledonia-456f
+
 preview
 =======