1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add newline (#588)

This commit is contained in:
Adrià Farrés 2017-04-15 21:50:55 +02:00 committed by Dave Davenport
parent 9a68b22009
commit 7c14468697

View file

@ -408,7 +408,7 @@ static void help_print_no_arguments ( void )
is_term ? color_reset : "" );
}
}
fprintf ( stderr, "\nTo activate a mode, add it to the list of modi in the %smodi%s setting.",
fprintf ( stderr, "\nTo activate a mode, add it to the list of modi in the %smodi%s setting.\n",
is_term ? color_green : "", is_term ? color_reset : "" );
}