Skip to content

Commit 13ddc62

Browse files
growvvCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent b89d0aa commit 13ddc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function runUIViewerCommand(options: any, version: string): Promise<void>
122122
.option('--exclude [excludes...]', 'exclude bundle name')
123123
.option('--llm', 'start llm policy', false)
124124
.option('--simK <number>', '', '8')
125-
.option('--staticConfig <file>', '��̬�������������ļ�·��')
125+
.option('--staticConfig <file>', 'Path to static configuration file')
126126
.action(async (cmdOptions) => {
127127
try {
128128
await runFuzzCommand(cmdOptions);

0 commit comments

Comments
 (0)