2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

docs: Update help message for --frappe-branch

This commit is contained in:
Ankush Menat 2021-02-09 11:06:04 +05:30
parent 6ca38b9928
commit 7e171967b3
No known key found for this signature in database
GPG Key ID: 8EA82E09BBD13AAF

View File

@ -8,7 +8,7 @@ import click
@click.option('--ignore-exist', is_flag = True, default = False, help = "Ignore if Bench instance exists.")
@click.option('--apps_path', default=None, help="path to json files with apps to install after init")
@click.option('--frappe-path', default=None, help="path to frappe repo")
@click.option('--frappe-branch', default=None, help="path to frappe repo")
@click.option('--frappe-branch', default=None, help="Clone a particular branch of frappe")
@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")