From 8fd534747a3e2893f4147cfb2b99b60a8a634dfe Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Wed, 19 Feb 2020 11:39:07 +0530 Subject: [PATCH] docs: added missing help for install prerequisites --- bench/commands/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/commands/install.py b/bench/commands/install.py index b760719c..e1fc93bb 100644 --- a/bench/commands/install.py +++ b/bench/commands/install.py @@ -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')