[PATCH v1 1/4] cmd: ab_select: fix indentation problems for --no-dec parameter
Dmitry Rokosov
ddrokosov at salutedevices.com
Thu Jul 25 21:47:01 CEST 2024
Command ab_select has wrong help description from indentation
perspective.
Signed-off-by: Dmitry Rokosov <ddrokosov at salutedevices.com>
---
cmd/ab_select.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/ab_select.c b/cmd/ab_select.c
index bfb67b8236b6..9e2f74573c22 100644
--- a/cmd/ab_select.c
+++ b/cmd/ab_select.c
@@ -63,6 +63,6 @@ U_BOOT_CMD(ab_select, 5, 0, do_ab_select,
" - If 'part_name' is passed, preceded with a # instead of :, the\n"
" partition name whose label is 'part_name' will be looked up in\n"
" the partition table. This is commonly the \"misc\" partition.\n"
- " - If '--no-dec' is set, the number of tries remaining will not\n"
- " decremented for the selected boot slot\n"
+ " - If '--no-dec' is set, the number of tries remaining will not\n"
+ " decremented for the selected boot slot\n"
);
--
2.43.0
More information about the U-Boot
mailing list