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:
parent
9a68b22009
commit
7c14468697
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ static void help_print_no_arguments ( void )
|
||||||
is_term ? color_reset : "" );
|
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 : "" );
|
is_term ? color_green : "", is_term ? color_reset : "" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue