correct descriptive help example
[cfe_generate_password.git] / cfe_generate_password.c
index 60d3909..85a0117 100644 (file)
@@ -57,9 +57,9 @@ static const char *help = \
 
 "The tool can accept a timestamp as 8 hexadecimal characters (useful for testing the algorithm):\n\n"
 
-" ./cfe_gen_pass -t 0FF020 -s ec:43:f6:46:c0:80 -p\n\n"
+" ./cfe_gen_pass -t 56FA8C2B -s ec:43:f6:46:c0:80 -p\n\n"
 
-"MAC address: ec:43:f6:46:c0:80 Timestamp: 0FF020 Seed: 0FF02046c080 Password: 110f65a3\n\n"
+" MAC address: ec:43:f6:46:c0:80 Timestamp: 56FA8C2B (2016-03-29 14:07:39) Seed: FA8C2B46c080 Password: 1111bda5\n\n"
 ;
 
 #include <stdio.h>