From 44262ccddf999484a9608eaeb515e451b7a5cf0e Mon Sep 17 00:00:00 2001 From: liuhui Date: Wed, 25 May 2022 20:03:20 +0800 Subject: [PATCH] fix: fix module-name typo change moudle-name to module-name Signed-off-by: liuhui --- en/readme/bundle-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/readme/bundle-management.md b/en/readme/bundle-management.md index f0e7a6cffa..ae47a33a77 100644 --- a/en/readme/bundle-management.md +++ b/en/readme/bundle-management.md @@ -88,7 +88,7 @@ This command can be run with different options to achieve different purposes. Th | bm uninstall -h | Displays the commands supported by **uninstall**.| | bm uninstall -n | Uninstalls an application based on the specified bundle name.| | bm uninstall -n -u | Uninstalls an application based on the specified bundle name and user.| -| bm uninstall -n -m | Uninstalls a specific module of an application based on the specified bundle name.| +| bm uninstall -n -m | Uninstalls a specific module of an application based on the specified bundle name.| * Example ```Bash -- GitLab