doc: add note that dirs for --write-revs are created
authorFrantisek Hrbata <frantisek@hrbata.com>
Sun, 20 Dec 2020 12:23:19 +0000 (13:23 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Sun, 20 Dec 2020 12:23:19 +0000 (13:23 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Documentation/git-mr-comment-show.txt
Documentation/git-mr-reply.txt

index 764933535db6c0cfa8197275486418aff810e849..59b0daace11520919290548c75e6787cd4fae91a 100644 (file)
@@ -39,6 +39,9 @@ OPTIONS
 
 *-w, --write-revs* 'FILE'::
     Append revs for read comments to FILE (default: $HOME/.gimrr/comment.revs).
+    Meaning they are not reported as new with
+    link:git-mr-comment-list.html[git-mr-comment-list(1)].
+    Directories are created if they don't exist.
 
 
 EXAMPLES
index 120c2d1a33f6537e5ee08402ae57d313080478f4..27a23ce13c429769df06bf8395f5f390b437769c 100644 (file)
@@ -50,6 +50,7 @@ OPTIONS
     Default 'FILE' is '$HOME/.gimrr/comment.revs'. It contains list
     of comment revisions which were read. Meaning they are not
     reported as new with link:git-mr-comment-list.html[git-mr-comment-list(1)].
+    Directories are created if they don't exist.
 
 EXAMPLES
 --------