Skip to content

Commit

Permalink
Issue #30: Refactor notes query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Oct 22, 2020
1 parent fb55289 commit 167297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_keep_tasks/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def notes():

@notes.command('add', options_metavar='[options]')
@click.option('--color', default='', callback=get_click_color, metavar='<color>',
help='Filter by note color. Choices: {}'.format(', '.join(COLOR_NAMES)))
help='Set note color. Choices: {}'.format(', '.join(COLOR_NAMES)))
@click.option('--labels', default='', callback=comma_separated, metavar='<label>',
help='Set note labels. Add multiple labels separated by commas')
@click.argument('title', metavar='<title>')
Expand Down

0 comments on commit 167297d

Please sign in to comment.