From 5e3de1ba068f9f83265458e326e46177737d6abe Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 26 Apr 2007 00:30:46 +0200 Subject: * Argument 'help' for the -f flag provides information about the rd flags --- src/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6218597..55e24d9 100644 --- a/src/main.c +++ b/src/main.c @@ -200,6 +200,15 @@ int main(int argc, char **argv) reverseto = optarg; break; case 'f': + if (!strcmp(optarg,"help")) { + printf("* Flags are composed of:\n"); + printf(" 0x02 - disable OMAP watchdog (possibly)\n"); + printf(" 0x04 - disable RETU watchdog (possibly)\n"); + printf(" 0x08 - disable lifeguard reset\n"); + printf(" 0x10 - enable serial console\n"); + printf(" 0x20 - disable USB timeout\n"); + exit(1); + } rd_flags = (unsigned short) strtoul(optarg, NULL, 16); case 'U': usb_mode = atoi(optarg); -- cgit v1.2.3