Skip to content

Commit

Permalink
fix #12: filter needs uuid (doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Dec 9, 2023
1 parent 8fc6ab8 commit 24391e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions things_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ def get_parser(cls):
# help="anonymize output", dest="anonymize")

parser.add_argument(
"-p", "--filter-project", dest="filter_project", help="filter by project"
"-p", "--filter-project", dest="filter_project", help="filter by project (UUID)"
)
parser.add_argument(
"-a", "--filter-area", dest="filter_area", help="filter by area"
"-a", "--filter-area", dest="filter_area", help="filter by area (UUID)"
)
parser.add_argument(
"-t", "--filtertag", dest="filter_tag", help="filter by tag"
Expand Down

0 comments on commit 24391e8

Please sign in to comment.