Skip to content

Commit

Permalink
Adjusted max content width for help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejeda, Engelbert committed Sep 27, 2019
1 parent f0815e0 commit 7052485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_taskrunner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"""
click_help_epilog = ""

@click.group(cls=ExtendedEpilog, help=click_help, epilog=click_help_epilog)
@click.group(cls=ExtendedEpilog, help=click_help, epilog=click_help_epilog, context_settings=dict(max_content_width=120))
@click.version_option(version=__version__)
@click.option('--config', '-C', type=str, nargs=1,
help='Specify a config file (default is config.ini)')
Expand Down

0 comments on commit 7052485

Please sign in to comment.