Skip to content

Commit 2472eab

Browse files
committed
add tooltip, update readmes
Signed-off-by: Jack Luar <[email protected]>
1 parent 4c28087 commit 2472eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ def parse_arguments():
528528
template = calculate_expected_numbers(overall_timeout, 1)
529529
print(template)
530530
if not args.yes:
531+
print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
531532
ans = input("Are you sure you want to proceed? (y/n): ")
532533
if ans.lower() != "y":
533534
print("Exiting AutoTuner.")

0 commit comments

Comments
 (0)