Skip to content

Commit

Permalink
feat: better flag description
Browse files Browse the repository at this point in the history
Co-authored-by: gavin <gavin18d@gmail.com>
  • Loading branch information
scdanieli and gavindsouza committed Dec 2, 2020
1 parent e9c046d commit 9de383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/commands/make.py
Expand Up @@ -12,7 +12,7 @@
@click.option('--clone-from', default=None, help="copy repos from path")
@click.option('--clone-without-update', is_flag=True, help="copy repos from path without update")
@click.option('--no-procfile', is_flag=True, help="Do not create a Procfile")
@click.option('--no-backups',is_flag=True, help="Do not set up automatic backup creation for every (new) site")
@click.option('--no-backups',is_flag=True, help="Do not set up automatic periodic backups for all sites on this bench")
@click.option('--skip-redis-config-generation', is_flag=True, help="Skip redis config generation if already specifying the common-site-config file")
@click.option('--skip-assets',is_flag=True, default=False, help="Do not build assets")
@click.option('--verbose',is_flag=True, help="Verbose output during install")
Expand Down

0 comments on commit 9de383a

Please sign in to comment.