Skip to content

Commit deca32a

Browse files
author
qwe7002
committed
修正命令格式
1 parent 7dc314f commit deca32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
#build-gh-page
5353
parser.add_argument_group("build-page", "Generate static pages.")
5454
theme_group = parser.add_argument_group("install_theme")
55-
theme_group.add_argument("--name", "Install the theme in the official repository", type=str)
56-
theme_group.add_argument("--custom", "Install the theme of the custom repository", type=str)
55+
theme_group.add_argument("--name", help="Install the theme in the official repository", type=str)
56+
theme_group.add_argument("--custom", help="Install the theme of the custom repository", type=str)
5757
args = parser.parse_args()
5858
try:
5959
if args.command == "setting":

0 commit comments

Comments
 (0)