diff --git a/commands/bootchooser.c b/commands/bootchooser.c index 91938fe..ac763a6 100644 --- a/commands/bootchooser.c +++ b/commands/bootchooser.c @@ -134,8 +134,8 @@ BAREBOX_CMD_HELP_TEXT("Control misc behaviour of the bootchooser") BAREBOX_CMD_HELP_TEXT("") BAREBOX_CMD_HELP_TEXT("Options:") -BAREBOX_CMD_HELP_OPT ("-a [TARGETS]", "set priority of given targets to 'n' or the default priority") -BAREBOX_CMD_HELP_OPT ("-p [TARGETS]", "set remaining attempts of given targets to 'n' or the default attempts") +BAREBOX_CMD_HELP_OPT ("-a [TARGETS]", "set remaining attempts of given targets to 'n' or the default attempts") +BAREBOX_CMD_HELP_OPT ("-p [TARGETS]", "set priority of given targets to 'n' or the default priority") BAREBOX_CMD_HELP_OPT ("-i", "Show information about the bootchooser") BAREBOX_CMD_HELP_OPT ("-s", "Mark the last boot successful") BAREBOX_CMD_HELP_END