| 497 {"force-online", no_argument, NULL, 'd'}, |
497 {"force-online", no_argument, NULL, 'd'}, |
| 498 {"help", no_argument, NULL, 'h'}, |
498 {"help", no_argument, NULL, 'h'}, |
| 499 {"login", optional_argument, NULL, 'l'}, |
499 {"login", optional_argument, NULL, 'l'}, |
| 500 {"multiple", no_argument, NULL, 'm'}, |
500 {"multiple", no_argument, NULL, 'm'}, |
| 501 {"nologin", no_argument, NULL, 'n'}, |
501 {"nologin", no_argument, NULL, 'n'}, |
| |
502 {"nocrash", no_argument, NULL, 'x'}, |
| 502 {"session", required_argument, NULL, 's'}, |
503 {"session", required_argument, NULL, 's'}, |
| 503 {"version", no_argument, NULL, 'v'}, |
504 {"version", no_argument, NULL, 'v'}, |
| 504 {"display", required_argument, NULL, 'D'}, |
505 {"display", required_argument, NULL, 'D'}, |
| 505 {"sync", no_argument, NULL, 'S'}, |
506 {"sync", no_argument, NULL, 'S'}, |
| 506 {0, 0, 0, 0} |
507 {0, 0, 0, 0} |