From: Frantisek Hrbata Date: Sun, 27 Dec 2020 11:38:44 +0000 (+0100) Subject: doc: add missing ending quotation mark in git-mr-show examples X-Git-Tag: v0.3~4 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=52d07f176ed881e159be378ba9baf32c3e3258fb;p=gimrr.git doc: add missing ending quotation mark in git-mr-show examples Signed-off-by: Frantisek Hrbata --- diff --git a/Documentation/git-mr-show.txt b/Documentation/git-mr-show.txt index a1b1cd7..60ec4c2 100644 --- a/Documentation/git-mr-show.txt +++ b/Documentation/git-mr-show.txt @@ -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 ', '.