diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 226fa3421..8f905174f 100644 --- a/disk-utils/sfdisk.8 +++ b/disk-utils/sfdisk.8 @@ -147,6 +147,10 @@ Specify disk label type (e.g. dos, gpt, ...). If no label specified then sfdisk defaults to an existing label. If there is no label on the device than defaults to "dos". .TP +.BR \-Y , " \-\-label-nested \fItype\fR +Force sfdisk to edit nested disk label. The primary disk label has to already exist. +This option allows to edit for example hybrid/protective MBR on devices with GPT. +.TP .BR \-h , " \-\-help" Display help text and exit. .TP diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index 7a5e8be8d..faaaf3fed 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -79,6 +79,7 @@ struct sfdisk { int act; /* action */ int partno; /* -N , default -1 */ const char *label; /* --label