Prepend newline to usage output
This commit is contained in:
parent
d0e14e6ecd
commit
108d698923
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
|
|||
void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
|
||||
const llama_sampling_params & sparams = params.sparams;
|
||||
|
||||
printf("\n");
|
||||
printf("usage: %s [options]\n", argv[0]);
|
||||
printf("\n");
|
||||
printf("options:\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue