From 310bc0fbfe7c99efbc677c5e1b126c170b6a59b7 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 22 May 2017 20:28:28 -0700 Subject: [PATCH] Add a little more bit of documentation --- repo2docker/app.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repo2docker/app.py b/repo2docker/app.py index 64aa6fae..9809d117 100644 --- a/repo2docker/app.py +++ b/repo2docker/app.py @@ -22,7 +22,10 @@ from .utils import execute_cmd class Repo2Docker(Application): config_file = Unicode( 'repo2docker_config.py', - config=True + config=True, + help=""" + Path to read traitlets configuration file from. + """ ) source_url = Unicode(