summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo Laginha <dmachado@ipn.pt>2012-01-03 17:51:08 +0000
committerDiogo Laginha <dmachado@ipn.pt>2012-01-03 17:51:08 +0000
commitcea65c4623f779db4b9caefa3d29511aaa53e72f (patch)
tree1d4e6503440fbc5b7ae40b143c2efb8e83c8ee95
parent4a169d497adb270df01fad849145be1c43678001 (diff)
downloadpycco-cea65c4623f779db4b9caefa3d29511aaa53e72f.tar.gz
change default value for outdir
-rw-r--r--pycco/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 587cf14..0031eea 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -477,7 +477,7 @@ def main():
help='Preserve path structure of original files')
parser.add_option('-d', '--directory', action='store', type='string',
- dest='outdir', default='docs',
+ dest='outdir', default='.',
help='The output directory that the rendered files should go to.')
parser.add_option('-w', '--watch', action='store_true',