Skip to content

Commit

Permalink
cfdisk: add hint about labels for bootable flag
Browse files Browse the repository at this point in the history
Addresses: #2220
Signed-off-by: Karel Zak <[email protected]>
  • Loading branch information
karelzak committed Jun 12, 2023
1 parent 1c8a517 commit 793e8d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions disk-utils/cfdisk.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* cfdisk.c - Display or manipulate a disk partition table.
*
* Copyright (C) 2014-2015 Karel Zak <[email protected]>
* Copyright (C) 2014-2023 Karel Zak <[email protected]>
* Copyright (C) 1994 Kevin E. Martin ([email protected])
*
* The original cfdisk was inspired by the fdisk program
Expand Down Expand Up @@ -2257,7 +2257,8 @@ static int ui_help(void)
" ",
N_("Command Meaning"),
N_("------- -------"),
N_(" b Toggle bootable flag of the current partition"),
N_(" b Toggle bootable flag of the current partition;"),
N_(" implemented for DOS (MBR) and SGI labels only"),
N_(" d Delete the current partition"),
N_(" h Print this screen"),
N_(" n Create new partition from free space"),
Expand All @@ -2281,7 +2282,7 @@ static int ui_help(void)
N_("Use lsblk(8) or partx(8) to see more details about the device."),
" ",
" ",
"Copyright (C) 2014-2017 Karel Zak <[email protected]>"
"Copyright (C) 2014-2023 Karel Zak <[email protected]>"
};

erase();
Expand Down

0 comments on commit 793e8d2

Please sign in to comment.