Mercurial > ecos
comparison packages/redboot/current/src/main.c @ 1503:0ec4d1b9182f
Update help strings for 'go' command - from Andy Dyer
| author | gthomas |
|---|---|
| date | Thu, 19 Feb 2004 10:37:12 +0000 |
| parents | 8b3549abe4ac |
| children | c4355f101bf6 |
comparison
equal
deleted
inserted
replaced
| 1502:be94ccfe8f4f | 1503:0ec4d1b9182f |
|---|---|
| 103 RedBoot_cmd("help", | 103 RedBoot_cmd("help", |
| 104 "Help about help?", | 104 "Help about help?", |
| 105 "[<topic>]", | 105 "[<topic>]", |
| 106 do_help | 106 do_help |
| 107 ); | 107 ); |
| 108 | |
| 109 static char go_usage[] = "[-w <timeout>] [-c] " | |
| 110 #ifdef CYGPKG_IO_ETH_DRIVERS | |
| 111 "[-n] " | |
| 112 #endif | |
| 113 "[entry]"; | |
| 114 | |
| 108 RedBoot_cmd("go", | 115 RedBoot_cmd("go", |
| 109 "Execute code at a location", | 116 "Execute code at a location", |
| 110 "[-w <timeout>] [entry]", | 117 go_usage, |
| 111 do_go | 118 do_go |
| 112 ); | 119 ); |
| 113 #ifdef HAL_PLATFORM_RESET | 120 #ifdef HAL_PLATFORM_RESET |
| 114 RedBoot_cmd("reset", | 121 RedBoot_cmd("reset", |
| 115 "Reset the system", | 122 "Reset the system", |
