Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
and issue #61
  • Loading branch information
nad2000 committed Jun 14, 2018
1 parent 9bd5196 commit 8dddafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flask_rq2/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def info(rq, ctx, path, interval, raw, only_queues, only_workers, by_queue,
@click.option('--name', '-n', help='Specify a different name')
@click.option('--path', '-P', default='.', help='Specify the import path.')
@click.option('--results-ttl', help='Default results timeout to be used')
@click.option('--worker-ttl', type=int,
help='Default worker timeout to be used')
@click.option('--worker-ttl', type=int, default=420,
help='Default worker timeout to be used (default: 420)')
@click.option('--verbose', '-v', is_flag=True, help='Show more output')
@click.option('--quiet', '-q', is_flag=True, help='Show less output')
@click.option('--sentry-dsn', default=None, help='Sentry DSN address')
Expand Down

0 comments on commit 8dddafe

Please sign in to comment.