X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=tfortune.c;h=29243fc764f02533e7390e585a45d1f8b74d51d1;hb=6946e3b25fb2028e20e3593e5bc2658cd3632f78;hp=0768976bfb83e8519aa29eab9ce40dfbb16a6413;hpb=7acb033860d1e186999e799617be76d32aeb45e8;p=tfortune.git diff --git a/tfortune.c b/tfortune.c index 0768976..29243fc 100644 --- a/tfortune.c +++ b/tfortune.c @@ -930,11 +930,11 @@ static void show_subcommand_summary(bool verbose) for (i = 0; i < LSG_NUM_TFORTUNE_SUBCOMMANDS; i++) { if (i > 0) n += printf(", "); - n += printf("%s", subcommand_names[i]); if (n > 70) { printf("\n\t"); n = 8; } + n += printf("%s", subcommand_names[i]); } printf("\n"); }