diff mbox series

[v1,1/4] cmd: ab_select: fix indentation problems for --no-dec parameter

Message ID 20240725194716.32232-2-ddrokosov@salutedevices.com
State Changes Requested
Delegated to: Mattijs Korpershoek
Headers show
Series android_ab: fix slot_suffix issue and introduce ab_dump command | expand

Commit Message

Dmitry Rokosov July 25, 2024, 7:47 p.m. UTC
Command ab_select has wrong help description from indentation
perspective.

Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
---
 cmd/ab_select.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass July 28, 2024, 7:36 p.m. UTC | #1
On Thu, 25 Jul 2024 at 14:55, Dmitry Rokosov
<ddrokosov@salutedevices.com> wrote:
>
> Command ab_select has wrong help description from indentation
> perspective.
>
> Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
> ---
>  cmd/ab_select.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Mattijs Korpershoek July 30, 2024, 7:49 a.m. UTC | #2
Hi Dmitry,

Thank you for the patch.

On jeu., juil. 25, 2024 at 22:47, Dmitry Rokosov <ddrokosov@salutedevices.com> wrote:

> Command ab_select has wrong help description from indentation
> perspective.
>
> Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.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
diff mbox series

Patch

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"
 );