Added warning about hardware damage.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@274 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 413c2052a4
commit 8c7ac07a6f

@ -67,7 +67,8 @@ main( void )
"There is absolutely no warranty for %s.\n\n", PACKAGE_STRING, PACKAGE, PACKAGE
);
printf( "Type \"help\" for help or \"quit\" for exit.\n\n" );
printf( "Warning: %s may damage your hardware! Type \"quit\" for exit!\n\n", PACKAGE );
printf( "Type \"help\" for help.\n\n" );
if (!tap_init()) {
printf( "TAP initialization failed! Exiting.\n" );

Loading…
Cancel
Save