From 52d07f176ed881e159be378ba9baf32c3e3258fb Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Sun, 27 Dec 2020 12:38:44 +0100 Subject: [PATCH] doc: add missing ending quotation mark in git-mr-show examples Signed-off-by: Frantisek Hrbata --- Documentation/git-mr-show.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ', '. -- 1.7.10.4