未验证 提交 321b7083 编写于 作者: W wuzewu 提交者: GitHub

Merge pull request #3 from Steffy-zxf/zxf-dev

Modify the hint of download command (module_name -> model_name)
...@@ -34,7 +34,7 @@ class DownloadCommand(BaseCommand): ...@@ -34,7 +34,7 @@ class DownloadCommand(BaseCommand):
self.description = "Download PaddlePaddle pretrained model files." self.description = "Download PaddlePaddle pretrained model files."
self.parser = self.parser = argparse.ArgumentParser( self.parser = self.parser = argparse.ArgumentParser(
description=self.__class__.__doc__, description=self.__class__.__doc__,
prog='%s %s <module_name>' % (ENTRY, name), prog='%s %s <model_name>' % (ENTRY, name),
usage='%(prog)s [options]', usage='%(prog)s [options]',
add_help=False) add_help=False)
# yapf: disable # yapf: disable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册