diff --git a/en/readme/bundle-management.md b/en/readme/bundle-management.md index 6276b4896f7e3fc342774df6d78233464908b0af..6aa68a7f8c56bfba2ad5d2b26fb4a45237d5ddc0 100644 --- a/en/readme/bundle-management.md +++ b/en/readme/bundle-management.md @@ -106,7 +106,6 @@ This command can be run with different options to achieve different purposes. Th | ---------- | -------------------------- | | bm dump -h | Displays the commands supported by **dump**.| | bm dump -a | Queries all applications installed in the system.| -| bm dump -i | Queries details about all applications installed in the system.| | bm dump -n | Queries details about a specified bundle.| | bm dump -n -s | Queries the shortcut information of a specified bundle.| | bm dump -n -d | Queries information about a bundle on a remote device.| diff --git "a/zh-cn/readme/\345\214\205\347\256\241\347\220\206\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\214\205\347\256\241\347\220\206\345\255\220\347\263\273\347\273\237.md" index 7bdd94f04b62e66da750dae4ea2073e13b459cf6..6e03c53b4051934c2b75bd342be154f6e0153c5b 100755 --- "a/zh-cn/readme/\345\214\205\347\256\241\347\220\206\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\214\205\347\256\241\347\220\206\345\255\220\347\263\273\347\273\237.md" @@ -106,7 +106,6 @@ bm uninstall -n com.ohos.app -m com.ohos.app.MainAbility | ---------- | -------------------------- | | bm dump -h | 显示dump支持的命令信息 | | bm dump -a | 查询系统已经安装的所有应用 | -| bm dump -i | 查询系统已经安装的所有应用的详细信息 | | bm dump -n | 查询指定包名的详细信息 | | bm dump -n -s | 查询指定包名下的快捷方式信息 | | bm dump -n -d | 跨设备查询包信息 |