fdisk: don't print welcome message to stderr

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-05-23 11:26:42 +02:00
parent 7657d3e217
commit 0a86755fe8
1 changed files with 1 additions and 1 deletions

View File

@ -2211,7 +2211,7 @@ int main(int argc, char **argv)
else
usage(stderr);
fprintf(stderr, _("Welcome to fdisk (%s).\n\n"
printf(_("Welcome to fdisk (%s).\n\n"
"Changes will remain in memory only, until you decide to write them.\n"
"Be careful before using the write command.\n\n"), PACKAGE_STRING);