Skip to content

Commit 5007d12

Browse files
committed
fixed about_transform_help text
Signed-off-by: Srthkdb <[email protected]>
1 parent b7e70a4 commit 5007d12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testdata/test_cmd/help/about_transform_config_help.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
A transform configuration file is used to describe which transformations and
23
validations to apply to a source CSV file. This is a simple text file using YAML
34
format, using the same format as an .ABOUT file.
@@ -41,4 +42,5 @@ For instance with this configuration the target CSV/JSON will only contains the
4142
and "version" fields and no other field:
4243
field_filters:
4344
- name
44-
- version
45+
- version
46+

0 commit comments

Comments
 (0)