Skip to content

Commit

Permalink
cli: Move command debug_unlock_token to the front of debug-unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-cao committed Jul 14, 2023
1 parent 223d8e1 commit 5ed09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/mfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1505,9 +1505,9 @@ static const struct cmd commands[] = {
CMD(state_set, CMD_DESC_STATE_SET),
CMD(config_set, CMD_DESC_CONFIG_SET),
CMD(kmsk_entry_add, CMD_DESC_KMSK_ENTRY_ADD),
CMD(debug_unlock_token, CMD_DESC_DEBUG_TOKEN),
CMD(debug_unlock, CMD_DESC_DEBUG_UNLOCK),
CMD(debug_lock_update, CMD_DESC_DEBUG_LOCK_UPDATE),
CMD(debug_unlock_token, CMD_DESC_DEBUG_TOKEN),
{}
};

Expand Down

0 comments on commit 5ed09c6

Please sign in to comment.