From 956a725adb0e87b9b06507f33896854ef64de4cf Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 23 Aug 2020 10:10:47 +0800 Subject: [PATCH] Align the usage message --- client/cmdlft55xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index dcef31f0..40d86f6e 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -124,8 +124,8 @@ int usage_t55xx_dump(){ PrintAndLog("Options:"); PrintAndLog(" - OPTIONAL password 4bytes (8 hex symbols)"); PrintAndLog(" o - OPTIONAL override, force pwd read despite danger to card"); - PrintAndLog(" r - OPTIONAL downlink encoding '0' fixed bit length (default), '1' long leading reference"); - PrintAndLog(" '2' leading zero, '3' 1 of 4 coding reference"); + PrintAndLog(" r - OPTIONAL downlink encoding '0' fixed bit length (default), '1' long leading reference"); + PrintAndLog(" '2' leading zero, '3' 1 of 4 coding reference"); PrintAndLog(""); PrintAndLog("Examples:"); PrintAndLog(" lf t55xx dump");