comparison document_it.py @ 25:0ce6b501f62d

first real version
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 03 Aug 2011 19:59:58 -0700
parents 045544951756
children ce7cbf3e08e1
comparison
equal deleted inserted replaced
24:045544951756 25:0ce6b501f62d
11 mozrunner/README.txt https://developer.mozilla.org/en/Mozrunner 11 mozrunner/README.txt https://developer.mozilla.org/en/Mozrunner
12 jsbridge/README.txt https://developer.mozilla.org/en/JSbridge 12 jsbridge/README.txt https://developer.mozilla.org/en/JSbridge
13 mozmill/README.txt https://developer.mozilla.org/en/Mozmill 13 mozmill/README.txt https://developer.mozilla.org/en/Mozmill
14 mozmill/docs/ https://developer.mozilla.org/en/Mozmill/ 14 mozmill/docs/ https://developer.mozilla.org/en/Mozmill/
15 15
16 --dest sets the destination, e.g. 16 --dest sets the destination. If a net location is specified, authentication
17 17 is required. By default, a new temporary directory will be created
18 --dest http://developer.mozilla.org/
19 --dest https://developer-stage9.mozilla.org/jhammel
20 --dest path/to directory
21
22 By default, a new temporary directory will be created
23 """ 18 """
24 19
25 import optparse 20 import optparse
26 import os 21 import os
27 import sys 22 import sys