Skip to content

Commit 2970ca5

Browse files
update help comment
1 parent 71487b0 commit 2970ca5

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="File format for output",
359+
help="Output file format",
360360
)
361361
@click.pass_context
362362
def batch(ctx, input, fields, output, format, exclude):

0 commit comments

Comments
 (0)