##// END OF EJS Templates
Make profile not set a default
Kyle Kelley -
Show More
@@ -202,7 +202,6 b' def main() :'
202 parser.add_argument(
202 parser.add_argument(
203 '-p',
203 '-p',
204 '--profile',
204 '--profile',
205 default='default',
206 help='profile to install MathJax to. Takes precedence over install-dir option')
205 help='profile to install MathJax to. Takes precedence over install-dir option')
207
206
208 parser.add_argument(
207 parser.add_argument(
@@ -210,6 +209,7 b' def main() :'
210 '--install-dir',
209 '--install-dir',
211 default=default_dest,
210 default=default_dest,
212 help='installation directory (by default : %s)' % (default_dest))
211 help='installation directory (by default : %s)' % (default_dest))
212
213 parser.add_argument(
213 parser.add_argument(
214 '-d',
214 '-d',
215 '--dest',
215 '--dest',
General Comments 0
You need to be logged in to leave comments. Login now