mirror of
				https://github.com/RfidResearchGroup/proxmark3.git
				synced 2025-10-31 08:26:15 +08:00 
			
		
		
		
	Fix note for hf fudan wrbl
This commit is contained in:
		
							parent
							
								
									adfebd6510
								
							
						
					
					
						commit
						9db65186e3
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -355,7 +355,7 @@ static int CmdHFFudanWrBl(const char *Cmd) { | ||||||
|     CLIParserContext *ctx; |     CLIParserContext *ctx; | ||||||
|     CLIParserInit(&ctx, "hf fudan wrbl", |     CLIParserInit(&ctx, "hf fudan wrbl", | ||||||
|                   "Write fudan block with 4 hex bytes of data\n", |                   "Write fudan block with 4 hex bytes of data\n", | ||||||
|                   "hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304" |                   "hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304" | ||||||
|                  ); |                  ); | ||||||
|     void *argtable[] = { |     void *argtable[] = { | ||||||
|         arg_param_begin, |         arg_param_begin, | ||||||
|  |  | ||||||
|  | @ -2867,7 +2867,7 @@ | ||||||
|             "command": "hf fudan wrbl", |             "command": "hf fudan wrbl", | ||||||
|             "description": "Write fudan block with 4 hex bytes of data", |             "description": "Write fudan block with 4 hex bytes of data", | ||||||
|             "notes": [ |             "notes": [ | ||||||
|                 "hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304" |                 "hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304" | ||||||
|             ], |             ], | ||||||
|             "offline": false, |             "offline": false, | ||||||
|             "options": [ |             "options": [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue