summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-26 22:44:38 +0100
committerGeorg Brandl <georg@python.org>2009-01-26 22:44:38 +0100
commit5e74fc0f9acb5b2076d43d886e83b23c5cb0a046 (patch)
tree14f6bc260a2777e651ce7abb59c6ab5f76684dac /sphinx/cmdline.py
parentbb71945aa4e0ab85be000858a05616f72a4ed2a3 (diff)
parentcfbfe8dc82f25bddfb6ec8a27fa78fd01c56c70a (diff)
downloadsphinx-5e74fc0f9acb5b2076d43d886e83b23c5cb0a046.tar.gz
merge with trunk
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r--sphinx/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py
index 5b57a7c3..4642b795 100644
--- a/sphinx/cmdline.py
+++ b/sphinx/cmdline.py
@@ -57,7 +57,7 @@ def main(argv):
nocolor()
try:
- opts, args = getopt.getopt(argv[1:], 'ab:d:c:CD:A:NEqP')
+ opts, args = getopt.getopt(argv[1:], 'ab:d:c:CD:A:NEqQP')
allopts = set(opt[0] for opt in opts)
srcdir = confdir = path.abspath(args[0])
if not path.isdir(srcdir):