Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
施華桐 committed Feb 11, 2019
1 parent 96d1c18 commit 7f468f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions doc/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f468f5

Please sign in to comment.