Skip to content
This repository was archived by the owner on Feb 29, 2020. It is now read-only.

Commit 019b5a3

Browse files
authored
Merge pull request #9 from hnovikov/fix-docopt
fix docopt spacing
2 parents 754193b + 3d7d3b9 commit 019b5a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gaenv/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Usage: gaenv [options]
66
77
Options:
8-
-r --requirements=FILE Specify the requirements [default: requirements.txt]
9-
-l --lib=DIR Change the the output dir [default: gaenv_lib]
10-
-n --no-import Will not add import statement to appengine_config.py
11-
-c --copy Copy libraries instead of symlinking
8+
-r --requirements=FILE Specify the requirements [default: requirements.txt]
9+
-l --lib=DIR Change the the output dir [default: gaenv_lib]
10+
-n --no-import Will not add import statement to appengine_config.py
11+
-c --copy Copy libraries instead of symlinking
1212
"""
1313
from docopt import docopt
1414
import os

0 commit comments

Comments
 (0)