cfdisk: add copyright to help

... to make it obvious this is a new cfdisk.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-02-02 10:28:38 +01:00
parent 1a3397906d
commit e7e7697612
1 changed files with 4 additions and 1 deletions

View File

@ -2168,7 +2168,10 @@ static int ui_help(void)
N_("Note: All of the commands can be entered with either upper or lower"),
N_("case letters (except for Write)."),
" ",
N_("Use lsblk(8) or partx(8) to see more details about the device.")
N_("Use lsblk(8) or partx(8) to see more details about the device."),
" ",
" ",
"Copyright (C) 2014-2017 Karel Zak <kzak@redhat.com>"
};
erase();