diff options
author | Karel Zak | 2017-02-02 10:28:38 +0100 |
---|---|---|
committer | Karel Zak | 2017-02-02 10:28:38 +0100 |
commit | e7e7697612029c3ae407735ab0fb2b56b867d894 (patch) | |
tree | 5cdb6f734f635bd9bbd0ac48b462424e035a8b0f /disk-utils | |
parent | libmount: make rootfs lookup by parent-id more robust (diff) | |
download | kernel-qcow2-util-linux-e7e7697612029c3ae407735ab0fb2b56b867d894.tar.gz kernel-qcow2-util-linux-e7e7697612029c3ae407735ab0fb2b56b867d894.tar.xz kernel-qcow2-util-linux-e7e7697612029c3ae407735ab0fb2b56b867d894.zip |
cfdisk: add copyright to help
... to make it obvious this is a new cfdisk.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r-- | disk-utils/cfdisk.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index 2102013af..281d66c78 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 <kzak@redhat.com>" }; erase(); |