We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fec0b commit b047b30Copy full SHA for b047b30
llama_cpp/server/__main__.py
@@ -88,7 +88,7 @@ def parse_bool_arg(arg):
88
f"--{name}",
89
dest=name,
90
type=parse_bool_arg,
91
- help=f"Disable {description}",
+ help=f"{description}",
92
)
93
94
args = parser.parse_args()
0 commit comments