summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-08-31 05:56:21 +0000
committermarcel <marcel@FreeBSD.org>2005-08-31 05:56:21 +0000
commit9541d8154a04ea6c7452d1b6ecf648cf8982d14f (patch)
treeca092f4a7dea71c2e7eac27e146d215e04b74dc9 /sbin
parent982ab454f00893994acf43df8fc83d4afbe08883 (diff)
downloadFreeBSD-src-9541d8154a04ea6c7452d1b6ecf648cf8982d14f.zip
FreeBSD-src-9541d8154a04ea6c7452d1b6ecf648cf8982d14f.tar.gz
Document the -l and -u options of the show command.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gpt/gpt.816
1 files changed, 15 insertions, 1 deletions
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8
index c4eeb15a..26a32fb 100644
--- a/sbin/gpt/gpt.8
+++ b/sbin/gpt/gpt.8
@@ -229,11 +229,25 @@ The type is given as an UUID or by the aliases that the
command accepts.
This can cause multiple partitions to be removed.
.\" ==== show ====
-.It Nm Ic show Ar device ...
+.It Nm Ic show Oo Fl lu Oc Ar device ...
The
.Ic show
command displays the current partitioning on the listed devices and gives
an overall view of the disk contents.
+With the
+.Fl l
+option the GPT partition label will be displayed instead of the GPT partition
+type.
+The option has no effect on non-GPT partitions.
+With the
+.Fl u
+option the GPT partition type is displayed as an UUID instead of in an
+user friendly form.
+The
+.Fl l
+option takes precedence over the
+.Fl u
+option.
.El
.Sh SEE ALSO
.Xr fdisk 8 ,
OpenPOWER on IntegriCloud