Skip to content

Commit 4bc590a

Browse files
authored
Update cmd_init.py
1 parent bf49f08 commit 4bc590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def collect_setup_info() -> SetupInfo:
265265

266266
benchmarks_answer = inquirer_wrapper(
267267
inquirer.list_input,
268-
message="Where are your benchmarks located? (benchmarks must be a sub directory of your tests root directory)",
268+
message="Where are your performance benchmarks located? (benchmarks must be a sub directory of your tests root directory)",
269269
choices=benchmarks_options,
270270
default=(
271271
default_benchmarks_subdir if default_benchmarks_subdir in benchmarks_options else benchmarks_options[0]),

0 commit comments

Comments
 (0)