Skip to content

Commit d667ad0

Browse files
committed
Chaton:Common:Add missing newline wrt cmdline arg usage
1 parent ea57c4d commit d667ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/common.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,9 +1405,9 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
14051405
printf(" -ins, --instruct run in instruction mode (use with Alpaca models)\n");
14061406
printf(" -cml, --chatml run in chatml mode (use with ChatML-compatible models)\n");
14071407
printf(" --chaton-meta-json JsonFile\n");
1408-
printf(" specify the json file containing chat-handshake-template-standard(s)");
1408+
printf(" specify the json file containing chat-handshake-template-standard(s)\n");
14091409
printf(" --chaton-template-id ChatHandshakeTemplateId\n");
1410-
printf(" specify the specific template standard to use from loaded json file");
1410+
printf(" specify the specific template standard to use from loaded json file\n");
14111411
printf(" --multiline-input allows you to write or paste multiple lines without ending each in '\\'\n");
14121412
printf(" -r PROMPT, --reverse-prompt PROMPT\n");
14131413
printf(" halt generation at PROMPT, return control in interactive mode\n");

0 commit comments

Comments
 (0)