Add documentation for missing parameter

This commit is contained in:
vrde 2016-09-21 14:57:23 +02:00
parent 5f603f52ef
commit b2ac60ba3e
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -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: