From: Karel Zak Date: Thu, 2 Feb 2017 09:28:38 +0000 (+0100) Subject: cfdisk: add copyright to help X-Git-Tag: v2.30-rc1~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e7697612029c3ae407735ab0fb2b56b867d894;p=thirdparty%2Futil-linux.git cfdisk: add copyright to help ... to make it obvious this is a new cfdisk. Signed-off-by: Karel Zak --- diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index 2102013af0..281d66c787 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -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 " }; erase();