]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flasher.c
Restore original inline help behavior as we've now separate fcts for -h/-m
[proxmark3-svn] / client / flasher.c
index 652f13b1111df6078e89856f48e7f718d86ace72..2a24ba8fc07543cbccb82cb35deba5a1d9fc28f0 100644 (file)
@@ -128,8 +128,7 @@ int main(int argc, char **argv)
 
   serial_port_name = argv[1];
   
-  fprintf(stderr,"Waiting for Proxmark to appear on ");
-  fprintf(stderr,serial_port_name);
+  fprintf(stderr,"Waiting for Proxmark to appear on %s",serial_port_name);
   do {
     sleep(1);
     fprintf(stderr, ".");
Impressum, Datenschutz