mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Add --aot to usage
This commit is contained in:
parent
9efae3edae
commit
55c1674309
1 changed files with 1 additions and 1 deletions
2
cc.sh
2
cc.sh
|
@ -11,7 +11,7 @@ BINARIES=("ArchiSteamFarm/bin/Release/ArchiSteamFarm.exe")
|
|||
SOLUTION="ArchiSteamFarm.sln"
|
||||
|
||||
PRINT_USAGE() {
|
||||
echo "Usage: $0 [--clean] [debug/release]"
|
||||
echo "Usage: $0 [--clean] [--aot] [debug/release]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue