Skip to content

Commit

Permalink
Merge pull request #138 from opensamba/master
Browse files Browse the repository at this point in the history
Fix #136 learn/update not usable due to argparse migration
  • Loading branch information
GuillaumeSeren committed Apr 19, 2017
2 parents 953ad48 + 0431bbe commit d084710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afew/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
help='continuously monitor the mailbox for new files'
)
action_group.add_argument(
'-l', '--learn', action='store_true',
'-l', '--learn', action='store',
help='train the category with the messages matching the given query'
)
action_group.add_argument(
Expand Down

0 comments on commit d084710

Please sign in to comment.