Skip to content

Commit f3a3cd7

Browse files
committed
Fixed help for preprocess dataset subcommand
1 parent b6146c9 commit f3a3cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guidellm/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ def preprocess():
313313

314314
@preprocess.command(
315315
help=(
316-
"Convert a dataset to have specific prompt and output token sizes.\n\n"
317-
"INPUT_DATA: Path to the input dataset or dataset ID.\n"
318-
"OUTPUT_PATH: Path to save the converted dataset, including file suffix. "
316+
"Convert a dataset to have specific prompt and output token sizes.\n"
317+
"DATA: Path to the input dataset or dataset ID.\n"
318+
"OUTPUT_PATH: Path to save the converted dataset, including file suffix."
319319
)
320320
)
321321
@click.argument(

0 commit comments

Comments
 (0)