1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 12:51:22 +04:00

Fix wrbl command tooltip (#4291)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
RebornedBrain
2025-10-08 16:26:48 +03:00
committed by GitHub
parent 8ae710edec
commit 468cc45f90

View File

@@ -59,7 +59,7 @@ const NfcCliKeyDescriptor wrbl_action_keys[] = {
//mfu rdbl --block 0 -- data DEADBEEF
const NfcCliActionDescriptor wrbl_action = {
.name = "wrbl",
.description = "Read block from ultralight card",
.description = "Write block to ultralight card",
.alloc = nfc_cli_mfu_wrbl_alloc_ctx,
.free = nfc_cli_mfu_wrbl_free_ctx,
.execute = nfc_cli_mfu_wrbl_execute,