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