mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
Make argument of --username required
This commit is contained in:
parent
73760e087a
commit
ea8e403f83
@ -193,7 +193,7 @@ void LaunchRoom(int argc, char** argv, bool called_by_option) {
|
|||||||
{"password", required_argument, 0, 'w'},
|
{"password", required_argument, 0, 'w'},
|
||||||
{"preferred-app", required_argument, 0, 's'},
|
{"preferred-app", required_argument, 0, 's'},
|
||||||
{"preferred-app-id", required_argument, 0, 'i'},
|
{"preferred-app-id", required_argument, 0, 'i'},
|
||||||
{"username", optional_argument, 0, 'u'},
|
{"username", required_argument, 0, 'u'},
|
||||||
{"token", required_argument, 0, 't'},
|
{"token", required_argument, 0, 't'},
|
||||||
{"web-api-url", required_argument, 0, 'a'},
|
{"web-api-url", required_argument, 0, 'a'},
|
||||||
{"ban-list-file", required_argument, 0, 'b'},
|
{"ban-list-file", required_argument, 0, 'b'},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user