From 7f468f5f7821277c188ca746b8fde318e8890dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=BD=E8=8F=AF=E6=A1=90?= Date: Mon, 11 Feb 2019 16:06:09 +0800 Subject: [PATCH] edit doc --- doc/en.md | 8 ++++---- doc/zh.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/en.md b/doc/en.md index 101a96a..74b8900 100644 --- a/doc/en.md +++ b/doc/en.md @@ -151,10 +151,10 @@ python schedule.py remove {article, asn, user} ```bash # init_db.exe - pyinstaller -F --clean \ - --hidden-import logging.config \ - --hidden-import typing \ - --hidden-import sqlalchemy.ext.declarative \ + pyinstaller -F --clean ^ + --hidden-import logging.config ^ + --hidden-import typing ^ + --hidden-import sqlalchemy.ext.declarative ^ init_db.py # export.exe diff --git a/doc/zh.md b/doc/zh.md index c5c4a36..2824e0e 100644 --- a/doc/zh.md +++ b/doc/zh.md @@ -193,10 +193,10 @@ python export.py --format {ods, csv json} --output-folder OUTPUT_FOLDER [--outpu ```bash # init_db.exe - pyinstaller -F --clean \ - --hidden-import logging.config \ - --hidden-import typing \ - --hidden-import sqlalchemy.ext.declarative \ + pyinstaller -F --clean ^ + --hidden-import logging.config ^ + --hidden-import typing ^ + --hidden-import sqlalchemy.ext.declarative ^ init_db.py # export.exe