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

docs: added missing help for install prerequisites

This commit is contained in:
Gavin D'souza 2020-02-19 11:39:07 +05:30
parent f9521efc50
commit 8fd534747a

View File

@ -15,7 +15,7 @@ def install():
pass
@click.command('prerequisites')
@click.command('prerequisites', help="Installs pre-requisite libraries, essential tools like b2zip, htop, screen, vim, x11-fonts, python libs, cups and Redis")
def install_prerequisites():
run_playbook('site.yml', tag='common, redis')