This commit is contained in:
Kovid Goyal 2016-06-22 11:34:19 +05:30
parent deb68118e1
commit af21b0e278

View File

@ -331,7 +331,7 @@ class Bootstrap(Command):
def add_options(self, parser):
parser.add_option('--ephemeral', default=False, action='store_true',
help='Do not download all the history for the translation repo. Speeds up first time download but subsequent downloads will be slower.')
help='Do not download all history for the translations. Speeds up first time download but subsequent downloads will be slower.')
def pre_sub_commands(self, opts):
tdir = self.j(self.d(self.SRC), 'translations')