Skip to content

Commit

Permalink
Remove -d flag from --days-ago option
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottBo committed May 16, 2024
1 parent cf70590 commit 52e9972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/cli/upload/mutacc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@click.command("process-solved")
@click.option("-c", "--case-id", help="internal case id, leave empty to process all")
@click.option("-d", "--days-ago", type=int, default=1, help="days since solved")
@click.option("--days-ago", type=int, default=1, help="days since solved")
@click.option("-C", "--customers", type=str, multiple=True, help="Filter on customers")
@DRY_RUN
@click.pass_obj
Expand Down

0 comments on commit 52e9972

Please sign in to comment.