From: Vincent McIntyre Date: Sat, 2 Jan 2021 00:02:35 +0000 (+1100) Subject: Show the 'r' option in the help menu X-Git-Tag: v2.37-rc1~204^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c186e148ea1cd4dd850f108ae1e60134a351b0e4;p=thirdparty%2Futil-linux.git Show the 'r' option in the help menu --- diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index d96b6e9e03..11f8b9a95f 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -2209,6 +2209,7 @@ static int ui_help(void) N_(" h Print this screen"), N_(" n Create new partition from free space"), N_(" q Quit program without writing partition table"), + N_(" r Reduce or enlarge the current partition"), 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"),