26 lines
858 B
Diff
26 lines
858 B
Diff
From 41c7c280da30adafb63e4af949ce537ecb0b4227 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
|
Date: Thu, 25 Jun 2020 15:59:13 +0200
|
|
Subject: [PATCH] sgdisk.8: fix typo
|
|
|
|
---
|
|
gdisk/man8/sgdisk.8 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdisk/man8/sgdisk.8 b/gdisk/man8/sgdisk.8
|
|
index 2cb18b9..d05f0bd 100644
|
|
--- a/gdisk/man8/sgdisk.8
|
|
+++ b/gdisk/man8/sgdisk.8
|
|
@@ -219,7 +219,7 @@ of the sector value reported by this option. You can change the alignment value
|
|
with the \-a option.
|
|
|
|
.TP
|
|
-.B e, \-\-move\-second\-header
|
|
+.B \-e, \-\-move\-second\-header
|
|
Move backup GPT data structures to the end of the disk. Use this option if
|
|
you've added disks to a RAID array, thus creating a virtual disk with space
|
|
that follows the backup GPT data structures. This command moves the backup
|
|
--
|
|
2.26.2
|
|
|