Skip to content

Commit

Permalink
Merge pull request #1116 from ankush/branch_help_command
Browse files Browse the repository at this point in the history
docs: Update help message for --frappe-branch
  • Loading branch information
gavindsouza authored Feb 16, 2021
2 parents 2236913 + bc21abb commit e5d4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/commands/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@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")
Expand Down

0 comments on commit e5d4027

Please sign in to comment.