修改文档

This commit is contained in:
wangsong 2021-11-15 15:27:44 +08:00
parent 94d415abbb
commit f98b44dbd1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
```python
ACTION_DEFUALT_STATUS = -1 #默认状态空闲状态
ACTION_UPDATE = 0 #处于更新cache状态
ACTION_INSTALL = 1 #处于安装状态
ACTION_INSTALL = 1 #处于升级安装包括部分升级、全部升级、q状态
ACTION_INSTALL_DEB = 2 #处于安装deb的状态
ACTION_CHECK_RESOLVER = 3 #处于计算依赖过程
ACTION_DOWNLOADONLY = 4 #单独下载软件包过程