Skip to content

Commit 319c9ea

Browse files
committed
renaming
1 parent adb1035 commit 319c9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def parseOptions(opts, args) -> Tuple[type, dict[str, object], int]:
7777

7878
# print help text
7979
def printHelp() -> None:
80-
print("launch.py -a <app name> -f <first ghost variant> -s <secont ghost variant> -i <iterations>")
80+
print("launch.py -a <app option> -f <first ghost variant> -s <secont ghost variant> -i <number of games>")
8181

82-
print("\n-a --app <app name> options: (required)")
82+
print("\n-a --app <app option> options: (required)")
8383
print("\tplay [player control app]")
8484
print("\tauto [baseline agent app]")
8585
print("\taverage [average performance app w/o gui]")

0 commit comments

Comments
 (0)