From ba7af7447e5aa7fcf05b327fe1a35419446849a9 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Thu, 31 Mar 2022 18:34:14 +0200
Subject: [PATCH] model/cli: Format click docstring

---
 swh/model/cli.py | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/swh/model/cli.py b/swh/model/cli.py
index 71e78895..583d5c1d 100644
--- a/swh/model/cli.py
+++ b/swh/model/cli.py
@@ -230,22 +230,20 @@ def identify(
 
     Tip: you can pass "-" to identify the content of standard input.
 
-    Examples:
+    Examples::
 
-.. code-block:: bash
+      $ swh identify fork.c kmod.c sched/deadline.c
+      swh:1:cnt:2e391c754ae730bd2d8520c2ab497c403220c6e3    fork.c
+      swh:1:cnt:0277d1216f80ae1adeed84a686ed34c9b2931fc2    kmod.c
+      swh:1:cnt:57b939c81bce5d06fa587df8915f05affbe22b82    sched/deadline.c
 
-   $ swh identify fork.c kmod.c sched/deadline.c
-   swh:1:cnt:2e391c754ae730bd2d8520c2ab497c403220c6e3    fork.c
-   swh:1:cnt:0277d1216f80ae1adeed84a686ed34c9b2931fc2    kmod.c
-   swh:1:cnt:57b939c81bce5d06fa587df8915f05affbe22b82    sched/deadline.c
+      $ swh identify --no-filename /usr/src/linux/kernel/
+      swh:1:dir:f9f858a48d663b3809c9e2f336412717496202ab
 
-   $ swh identify --no-filename /usr/src/linux/kernel/
-   swh:1:dir:f9f858a48d663b3809c9e2f336412717496202ab
+      $ git clone --mirror https://forge.softwareheritage.org/source/helloworld.git
 
-   $ git clone --mirror https://forge.softwareheritage.org/source/helloworld.git
-
-   $ swh identify --type snapshot helloworld.git/
-   swh:1:snp:510aa88bdc517345d258c1fc2babcd0e1f905e93    helloworld.git
+      $ swh identify --type snapshot helloworld.git/
+      swh:1:snp:510aa88bdc517345d258c1fc2babcd0e1f905e93    helloworld.git
 
     """
     from functools import partial
-- 
GitLab