mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +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'},
|
||||
{"preferred-app", required_argument, 0, 's'},
|
||||
{"preferred-app-id", required_argument, 0, 'i'},
|
||||
{"username", optional_argument, 0, 'u'},
|
||||
{"username", required_argument, 0, 'u'},
|
||||
{"token", required_argument, 0, 't'},
|
||||
{"web-api-url", required_argument, 0, 'a'},
|
||||
{"ban-list-file", required_argument, 0, 'b'},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user