X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/07291f87d8c6cfa3a7179776937df9eadc20f04d..f400ff6519aa05f1ffb9b3e1fd2a0484f4c53522:/client/cmdlf.c

diff --git a/client/cmdlf.c b/client/cmdlf.c
index 09a97205..23c8a1ce 100644
--- a/client/cmdlf.c
+++ b/client/cmdlf.c
@@ -88,7 +88,7 @@ int usage_lf_simask(void) {
 	PrintAndLog("       b              sim ask/biphase");
 	PrintAndLog("       m              sim ask/manchester - Default");
 	PrintAndLog("       r              sim ask/raw");
-	PrintAndLog("       s              TBD- -to enable a gap between playback repetitions - default: no gap");
+	PrintAndLog("       s              add t55xx Sequence Terminator gap - default: no gaps (only manchester)");
 	PrintAndLog("       d <hexdata>    Data to sim as hex - omit to sim from DemodBuffer");
 	return 0;
 }