Mercurial > hg > config
changeset 400:8964b285c2f7
typo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 30 Jul 2013 02:54:51 -0700 |
parents | 48f710449993 |
children | f652f9d4765b |
files | python/setup_repo.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/python/setup_repo.py Tue Jul 30 00:08:00 2013 -0700 +++ b/python/setup_repo.py Tue Jul 30 02:54:51 2013 -0700 @@ -44,8 +44,8 @@ parser.add_option('-u', '--remote-url', dest='remote_url', default="http://k0s.org/hg/", help="URL of host hg repository collection [Default: %default]") - parser.add_options('-p', '--remote-path', dest='remote_path', - help="remote path of hg repository links; otherwise taken from --remote-url, if specified") + parser.add_option('-p', '--remote-path', dest='remote_path', + help="remote path of hg repository links; otherwise taken from --remote-url, if specified") options, args = parser.parse_args(args) if len(args) != 1: parser.print_usage()