Compare commits
1 Commits
v2025.0625
...
v2025.0626
Author | SHA1 | Date | |
---|---|---|---|
2067caf253 |
@ -161,7 +161,7 @@ Usage:
|
||||
{
|
||||
if (mode == "-u")
|
||||
return update_bb64();
|
||||
else if (mode == "-v")
|
||||
else if (mode == "-v" || mode == "version")
|
||||
{
|
||||
std::cout << VERSION << std::endl;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user