doc: add missing ending quotation mark in git-mr-show examples
authorFrantisek Hrbata <frantisek@hrbata.com>
Sun, 27 Dec 2020 11:38:44 +0000 (12:38 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Sun, 27 Dec 2020 11:38:44 +0000 (12:38 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Documentation/git-mr-show.txt

index a1b1cd754f017fe10cee66c52211bbeeb0cbb85d..60ec4c28d5520183a9dd1890d6f4eb80dafd873c 100644 (file)
@@ -122,19 +122,19 @@ EXAMPLES
   Same as previous, but also use specific format for MR, which
   will display MR hash(id) and subject.
 
-`$ git mr-show -c --cfmt="{bz@@|}`::
+`$ git mr-show -c --cfmt="{bz@@|}"`::
   Show commit bz tag values only and use '|' as separator.
 
-`$ git mr-show -c --cfmt="{bz@@|@johndoe}`::
+`$ git mr-show -c --cfmt="{bz@@|@johndoe}"`::
   Same as previous, but also show values added by 'johndoe' only.
 
-`$ git mr-show -c --cfmt="{bz@@|@johndoe,max,hugo}`::
+`$ git mr-show -c --cfmt="{bz@@|@johndoe,max,hugo}"`::
   Same as previous limiting the values for more users.
 
-`$ git mr-show -c --cfmt="{bz@c}`::
+`$ git mr-show -c --cfmt="{bz@c}"`::
   Show number of bz tag values.
 
-`$ git mr-show -c --cfmt="{bz@r@, }`::
+`$ git mr-show -c --cfmt="{bz@r@, }"`::
   Same as previous, but show users who set the bz values and
   separate them with ', '.