diff options
author | marcel <marcel@FreeBSD.org> | 2004-11-13 08:01:48 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-11-13 08:01:48 +0000 |
commit | 5673b9b142750596a95806aa97f6a507940ba9e7 (patch) | |
tree | a3de8f518637e229f3100bee1f8ed928ed5ad2b9 /sbin | |
parent | 044a6050c4e974edc09bb29f7d0387b8ec67d3e1 (diff) | |
download | FreeBSD-src-5673b9b142750596a95806aa97f6a507940ba9e7.zip FreeBSD-src-5673b9b142750596a95806aa97f6a507940ba9e7.tar.gz |
For create and migrate, remove the `.Op Fl f' introduced in the
previous two commits and combine them with the existing flags
that were already there.
Pointed out by: ru@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/gpt/gpt.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8 index 57c93c4..7d7214e 100644 --- a/sbin/gpt/gpt.8 +++ b/sbin/gpt/gpt.8 @@ -138,8 +138,7 @@ as aliases for the most commonly used partition types. .It Xo .Nm .Ic create -.Op Fl f -.Op Fl p +.Op Fl fp .Ar device ... .Xc The @@ -180,8 +179,7 @@ to destroy the table in a way that it can be recovered. .It Xo .Nm .Ic migrate -.Op Fl f -.Op Fl s +.Op Fl fs .Ar device ... .Xc The |