diff options
| author | Karel Zak <kzak@redhat.com> | 2018-01-09 12:12:50 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2018-01-09 12:12:50 +0100 |
| commit | 6ebc37854d6e34b79ba4c326cdc5607a25997196 (patch) | |
| tree | 50b23cd82d4b2f2b0e8cdb1f05fdaf0311176f89 /disk-utils/sfdisk.c | |
| parent | af846e1ff9ada8d0ed03fb83067e2bc1a4d24990 (diff) | |
| download | util-linux-6ebc37854d6e34b79ba4c326cdc5607a25997196.tar.gz | |
libfdisk: (script) support R (RAID) and V (LVM) shortcuts
Addresses: https://github.com/karelzak/util-linux/issues/560
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/sfdisk.c')
| -rw-r--r-- | disk-utils/sfdisk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index 513a1152a5..5a992342ab 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -1312,8 +1312,8 @@ static void command_fdisk_help(void) fputc('\n', stdout); fputs(_(" <type> The partition type. Default is a Linux data partition.\n"), stdout); - fputs(_(" MBR: hex or L,S,E,X shortcuts.\n"), stdout); - fputs(_(" GPT: UUID or L,S,H shortcuts.\n"), stdout); + fputs(_(" MBR: hex or L,S,E,X,U,R,V shortcuts.\n"), stdout); + fputs(_(" GPT: UUID or L,S,H,U,R,V shortcuts.\n"), stdout); fputc('\n', stdout); fputs(_(" <bootable> Use '*' to mark an MBR partition as bootable.\n"), stdout); |
