From c186e148ea1cd4dd850f108ae1e60134a351b0e4 Mon Sep 17 00:00:00 2001 From: Vincent McIntyre Date: Sat, 2 Jan 2021 11:02:35 +1100 Subject: [PATCH] Show the 'r' option in the help menu --- disk-utils/cfdisk.c | 1 + 1 file changed, 1 insertion(+) 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"), -- 2.47.3