]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Show the 'r' option in the help menu
authorVincent McIntyre <vincent.mcintyre@csiro.au>
Sat, 2 Jan 2021 00:02:35 +0000 (11:02 +1100)
committerVincent McIntyre <vincent.mcintyre@csiro.au>
Sat, 2 Jan 2021 00:02:35 +0000 (11:02 +1100)
disk-utils/cfdisk.c

index d96b6e9e03633334129f4ae5e67dc5ee503ed002..11f8b9a95fdde32a48db6b8502bc63ef7fbc4671 100644 (file)
@@ -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"),