fix(dracut-util): print error message with trailing newline

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
master
Lars Wendler 2021-05-14 16:00:27 +02:00 committed by Jóhann B. Guðmundsson
parent f634448b29
commit b9b6f0ee5b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static void usage(enum EXEC_MODE enumExecMode, int ret, char *msg)
{
switch (enumExecMode) {
case UNDEFINED:
fprintf(stderr, "ERROR: 'dracut-util' has to be called via a symlink to the tool name.");
fprintf(stderr, "ERROR: 'dracut-util' has to be called via a symlink to the tool name.\n");
break;
case GETARG:
fprintf(stderr, "ERROR: %s\nUsage: dracut-getarg <KEY>[=[<VALUE>]]\n", msg);