Skip to content

Commit 701af09

Browse files
committed
update readme
1 parent 9d5b95f commit 701af09

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

get_http_code.py

-21
This file was deleted.

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ scp CQU_drcom* -r [email protected]:/root/
3434
5. 如果返回联网失败,可稍后再次检查网络连通情况
3535
6. 享受路由器吧
3636

37+
### 命令行选项
38+
```bash
39+
-V, --dry-run Run the script without installation.
40+
-h, --help Show help message.
41+
```
42+
43+
3744
## 3.进程管理
3845

3946
由于 OpenWrt 下 busybox 与一般 Linux 控制台没有太多差距,因此可以参照一般 Linux 控制台的使用方法去使用。 </br>
@@ -51,6 +58,11 @@ drcom 自启动服务位于 `/etc/init.d/drcomctl`
5158
亦可以在 Luci (http://192.168.1.1 一般为此机的IP) System - Startup 中找到该管理的 luci app 。通过网页控制台进行管理。
5259

5360
## CHANGE LOG
61+
2020.09.06-2
62+
- 修改运行逻辑
63+
- 添加了 `--dry-run` 作为运行选项方便测试
64+
- 使用 `getopts` 处理选项
65+
5466
2020.09.06
5567
- 修复因 `os-release` 大小写带来的配置问题 [#13](https://github.com/purefkh/CQU_drcom/issues/13)
5668
- 修改部分执行逻辑

0 commit comments

Comments
 (0)