{
size_t i;
static const char *help[] = {
- N_("Help Screen for cfdisk"),
- " ",
- N_("This is cfdisk, a curses based disk partitioning program, which"),
- N_("allows you to create, delete and modify partitions on your hard"),
- N_("disk drive."),
- " ",
- N_("Copyright (C) 2014 Karel Zak <kzak@redhat.com> "),
- N_("Based on the original cfdisk from Kevin E. Martin & aeb."),
+ N_("This is cfdisk, a curses-based disk partitioning program."),
+ N_("It lets you create, delete, and modify partitions on a block device."),
" ",
N_("Command Meaning"),
N_("------- -------"),
N_(" h Print this screen"),
N_(" n Create new partition from free space"),
N_(" q Quit program without writing partition table"),
- N_(" t Change the partition type"),
N_(" s Fix partitions order (only when in disarray)"),
+ N_(" t Change the partition type"),
N_(" u Dump disk layout to sfdisk compatible script file"),
- N_(" W Write partition table to disk (must enter upper case W)"),
- N_(" Since this might destroy data on the disk, you must"),
- N_(" either confirm or deny the write by entering `yes' or"),
- N_(" `no'"),
+ N_(" W Write partition table to disk (you must enter uppercase W);"),
+ N_(" since this might destroy data on the disk, you must either"),
+ N_(" confirm or deny the write by entering 'yes' or 'no'"),
N_("Up Arrow Move cursor to the previous partition"),
N_("Down Arrow Move cursor to the next partition"),
N_("Left Arrow Move cursor to the previous menu item"),
N_("Right Arrow Move cursor to the next menu item"),
" ",
N_("Note: All of the commands can be entered with either upper or lower"),
- N_("case letters (except for Writes)."),
+ N_("case letters (except for Write)."),
" ",
N_("Use lsblk(8) or partx(8) to see more details about the device.")
};