Skip to content

Commit c306432

Browse files
authored
Update the help for CLI run worker (#699)
1 parent 97f778c commit c306432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Run:
101101
]
102102
workers: Annotated[
103103
int | None,
104-
cappa.Arg(long=True, default=None, help='使用多个工作进程。与 `--reload` 标志互斥'),
104+
cappa.Arg(long=True, default=None, help='使用多个工作进程,必须与 `--no-reload` 同时使用'),
105105
]
106106

107107
def __call__(self):

0 commit comments

Comments
 (0)