Skip to content

Commit 711657c

Browse files
committed
Update help text
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 4875384 commit 711657c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def cli():
110110
type=click.Path(exists=False, dir_okay=False, resolve_path=True))
111111

112112
@click.option('--filter', nargs=1, multiple=True,
113-
help='Filter for the output inventory.')
113+
help='Filter for the output inventory.' e.g. "license_expression=gpl-2.0')
114114

115115
@click.option('-f', '--format', is_flag=False, default='csv', show_default=True,
116116
type=click.Choice(['json', 'csv']),

0 commit comments

Comments
 (0)