| … | |
… | |
| 35 | printf("\t--keymap=KEYMAP\t\tUse local keymap instead of us\n"); |
35 | printf("\t--keymap=KEYMAP\t\tUse local keymap instead of us\n"); |
| 36 | printf("\t--list-keymaps\t\tList available keymaps\n"); |
36 | printf("\t--list-keymaps\t\tList available keymaps\n"); |
| 37 | printf("\t--dump\t\t\tDump debugging information\n"); |
37 | printf("\t--dump\t\t\tDump debugging information\n"); |
| 38 | printf("\t--help\t\t\tThis help screen\n"); |
38 | printf("\t--help\t\t\tThis help screen\n"); |
| 39 | printf("\t--quiet\t\t\tTurns off messages\n"); |
39 | printf("\t--quiet\t\t\tTurns off messages\n"); |
|
|
40 | printf("\t--version\t\t\tOutput version information and quit\n"); |
| 40 | printf("\n\tOnly one of the video options below may be used at a time:\n"); |
41 | printf("\n\tOnly one of the video options below may be used at a time:\n"); |
| 41 | printf("\t--fbdepth\t\tuse current framebuffer color depth for X\n"); |
42 | printf("\t--fbdepth\t\tuse current framebuffer color depth for X\n"); |
| 42 | printf("\t--fbdev\t\t\tuse the fbdev driver in X\n"); |
43 | printf("\t--fbdev\t\t\tuse the fbdev driver in X\n"); |
| 43 | printf("\t--safe\t\t\tprovides a config that \"always works\"\n"); |
44 | printf("\t--safe\t\t\tprovides a config that \"always works\"\n"); |
| 44 | |
45 | |