Skip to content

Commit 71487b0

Browse files
updated help comment
1 parent 49c875f commit 71487b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ipdata/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def process(resources, processor, fields):
356356
required=False,
357357
type=click.Choice(("JSON", "CSV"), case_sensitive=False),
358358
default="JSON",
359-
help="Format of output",
359+
help="File format for output",
360360
)
361361
@click.pass_context
362362
def batch(ctx, input, fields, output, format, exclude):

0 commit comments

Comments
 (0)