Skip to content

Commit

Permalink
add help description
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBot committed Jan 31, 2024
1 parent 9b68c7d commit 9ba9246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pros/cli/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def info_project(project: c.Project, ls_upgrades):
@conductor.command('add-depot')
@click.argument('name')
@click.argument('url')
@click.option('--early-access/--disable-early-access', '--early/--disable-early', '-ea/-dea', 'early_access', '--beta/--disable-beta', is_flag=True, default=False)
@click.option('--early-access/--disable-early-access', '--early/--disable-early', '-ea/-dea', 'early_access', '--beta/--disable-beta', is_flag=True, default=False, help="Add a depot as beta. Templates on this depot will be stored in early_access_local_templates, requiring --early-access to apply them.")
@default_options
def add_depot(name: str, url: str, early_access: bool):
"""
Expand Down

0 comments on commit 9ba9246

Please sign in to comment.