From b2ac60ba3e808f608aacbd7625bb7592b79c4dd8 Mon Sep 17 00:00:00 2001
From: vrde <agranzot@gmail.com>
Date: Wed, 21 Sep 2016 14:57:23 +0200
Subject: [PATCH] Add documentation for missing parameter

---
 bigchaindb/commands/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigchaindb/commands/utils.py b/bigchaindb/commands/utils.py
index b53938d6..36b78653 100644
--- a/bigchaindb/commands/utils.py
+++ b/bigchaindb/commands/utils.py
@@ -68,6 +68,7 @@ def start(parser, argv, scope):
 
     Args:
         parser: an ArgumentParser instance.
+        argv: the list of command line arguments without the script name.
         scope (dict): map containing (eventually) the functions to be called.
 
     Raises: