Skip to content

Commit b3a7b6f

Browse files
committed
man: fix example syntax with empty replace key and cs{diff,grep}
1 parent 872b799 commit b3a7b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/csdiff.h2m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ csdiff - take two lists of defects and output either added or fixed ones
33

44
[OPTIONS]
55
The \fB\-\-filter\-file\fR option takes a list of JSON files in the following
6-
format. Missing replace entry is equal to replace : "".
6+
format. Missing replace entry is equal to "replace" : "".
77

88
.RS 4
99
.nf

doc/csgrep.h2m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ csgrep - filter the list of defects by the specified regex-based predicates
33

44
[OPTIONS]
55
The \fB\-\-filter\-file\fR option takes a list of JSON files in the following
6-
format. Missing replace entry is equal to replace : "".
6+
format. Missing replace entry is equal to "replace" : "".
77

88
.RS 4
99
.nf

0 commit comments

Comments
 (0)