Skip to content

Commit 8b3dbed

Browse files
committed
fix
1 parent bedea6d commit 8b3dbed

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
@@ -105,7 +105,7 @@ def init_codeflash() -> None:
105105
usage_table.add_row(
106106
"codeflash --file <path-to-file> --function <function-name>", "Optimize a specific function within a file"
107107
)
108-
usage_table.add_row("codeflash optimize myscript.py", "Trace and find the best optimizations for a script")
108+
usage_table.add_row("codeflash optimize <myscript.py>", "Trace and find the best optimizations for a script")
109109
usage_table.add_row("codeflash --all", "Optimize all functions in all files")
110110
usage_table.add_row("codeflash --help", "See all available options")
111111

0 commit comments

Comments
 (0)