2026.01.11
openkylin 2.0sp2 2512 命令mm-cli -h 输出信息bug
说明:
mm-cli -o 命令可以关闭磐石功能,手动重启后,会进入 维护模式。
mm-cli -h
查看命令的使用帮助时,输出如下:
用法: mm-cli [OPTIONS…]
OPTIONS
-s, --mms Check whether the current status is in maintain mode or normal mode
-s, --mms Get the current system mode (maintain mode or normal mode)
-s, -t Get the current system maintain mode type
-o, reboot the system into maintain mode
-b COMMIT_SUBJECT, Backup maintain snapshot
-c -a, --save-all Deactivate maintain mode
-c -n, --save-none Deactivate maintain mode
-S -l Display the list of operation and maintain snapshots obtained
-S -c COMMIT Checkout to the specified COMMIT
-S -d COMMIT Delete the COMMIT in repository, COMMIT can be multiple and not consecutive
看到这些信息,当时我就震惊了!
-
第1组和第2组信息,选项相同,为什么后面的说明信息不一样?
-
第3组信息, -t 选项,实际使用时,无任何输出。点解?
-
第4组,第5组选项,后面怎么出现多余的 英文逗号?
另外,默认的系统安装后,是不是应该 默认就安装 man 命令和 apt-file 命令?
man 命令用于查看命令的 man 手册(即 manual 手册的简写) ;
apt-file 命令在安装 deb 格式软件包时,会用到。