mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 15:39:59 +01:00
Make argument of --username required
This commit is contained in:
parent
414d6f5757
commit
f22e575f57
@ -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