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

Mattijs Korpershoek mkorpershoek at baylibre.com
Tue Jul 30 09:49:34 CEST 2024


Hi Dmitry,

Thank you for the patch.

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

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

Reviewed-by: Mattijs Korpershoek <mkorpershoek at 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


More information about the U-Boot mailing list