Commit 45b5ebe0 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

irq-demo: Add a comment about exit procedure in help message

parent 2d050d61
......@@ -243,6 +243,7 @@ static void show_help(void)
printf("\t -p <period> \tSet IRQ period (in nanoseconds)\n");
printf("\t -v \t\tEnable verbose mode\n");
printf("\t -h \t\tShow this help message\n");
printf("Please, press 'q' key or CNTRL+C to exit from the demo tool\n");
}
static unsigned int check_user_stop(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment