diff --git a/src/common/plugstack.c b/src/common/plugstack.c index cc2558df9e907c1524f642640d61e7b3de09db27..f9bc71806271889aae77da3e3f490139c93f0067 100644 --- a/src/common/plugstack.c +++ b/src/common/plugstack.c @@ -1091,7 +1091,7 @@ int spank_print_options(FILE * fp, int left_pad, int width) if ((option_cache == NULL) || (list_count(option_cache) == 0)) return (0); - fprintf(fp, "Options provided by plugins:\n"); + fprintf(fp, "\nOptions provided by plugins:\n"); i = list_iterator_create(option_cache); while ((p = list_next(i))) { diff --git a/src/srun/opt.c b/src/srun/opt.c index 955b844cebc97905dba80fbd6e04138a8f4cdff3..50edcb8291fcbdbdbf85523375d4045053c8f963 100644 --- a/src/srun/opt.c +++ b/src/srun/opt.c @@ -2104,11 +2104,9 @@ static void _help(void) ); } slurm_conf_unlock(); - printf("\n"); spank_print_options (stdout, 6, 30); - printf("\n"); - printf( + printf("\n" #ifdef HAVE_AIX /* AIX/Federation specific options */ "AIX related options:\n" " --network=type communication protocol to be used\n"