Skip to content

Commit b047b30

Browse files
committed
Remove confusing helpstring from server cli args. Closes ggml-org#719
1 parent 24fec0b commit b047b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/server/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def parse_bool_arg(arg):
8888
f"--{name}",
8989
dest=name,
9090
type=parse_bool_arg,
91-
help=f"Disable {description}",
91+
help=f"{description}",
9292
)
9393

9494
args = parser.parse_args()

0 commit comments

Comments
 (0)