Skip to content

Commit

Permalink
Remove '-c' option of 'clone' from documentation
Browse files Browse the repository at this point in the history
The '-c' option of 'clone' is not implemented or documentated at all
so it was removed
  • Loading branch information
moogle19 committed Apr 30, 2016
1 parent fb7f281 commit 1a85b7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resize <name> <diskN> <size>
disks <name>
snap <name>@<snap>
roll <name>@<snap>
clone [-c | -r] <name> <clonename>
clone [-r] <name> <clonename>
export <name>
snaplist
taplist
Expand Down
6 changes: 3 additions & 3 deletions iohyve.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH iohyve 8 "28 April 2016" "" "FreeBSD System Manager's Manual"
.TH iohyve 8 "30 April 2016" "" "FreeBSD System Manager's Manual"
.SH NAME
\fBiohyve(8) \fP- bhyve manager/launcher v0.7.5 "Tennessee Cherry Moonshine Edition"
\fB
Expand Down Expand Up @@ -41,7 +41,7 @@
\fBiohyve\fP \fIdisks\fP <name>
\fBiohyve\fP \fIsnap\fP <name>@<\fIsnap\fP>
\fBiohyve\fP \fIroll\fP <name>@<\fIsnap\fP>
\fBiohyve\fP \fIclone\fP [\fB-c\fP | \fB-r\fP] <name> <clonename>
\fBiohyve\fP \fIclone\fP [\fB-r\fP] <name> <clonename>
\fBiohyve\fP \fIexport\fP <name>
\fBiohyve\fP \fIsnaplist\fP
\fBiohyve\fP \fItaplist\fP
Expand Down Expand Up @@ -368,7 +368,7 @@ Clone a guest. Note that this will \fIclone\fP all of the properties.
If you want to use the \fIclone\fP and the original guest at the
same time you will need to change the tap and nmdm properties
or use the \fB-r\fP option to have \fBiohyve\fP do this for you
Usage: '\fBiohyve\fP \fIclone\fP [\fB-c\fP | \fB-r\fP] <name> <clonename>' where <name>
Usage: '\fBiohyve\fP \fIclone\fP [\fB-r\fP] <name> <clonename>' where <name>
is the name of the guest and <clonename> is what you would
like to name the new \fIclone\fP.
.TP
Expand Down
4 changes: 2 additions & 2 deletions iohyve.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ iohyve resize <name> <diskN> <size>
iohyve disks <name>
iohyve snap <name>@<snap>
iohyve roll <name>@<snap>
iohyve clone [-c | -r] <name> <clonename>
iohyve clone [-r] <name> <clonename>
iohyve export <name>
iohyve snaplist
iohyve taplist
Expand Down Expand Up @@ -282,7 +282,7 @@ clone Clone a guest. Note that this will clone all of the properties.
If you want to use the clone and the original guest at the
same time you will need to change the tap and nmdm properties
or use the -r option to have iohyve do this for you
Usage: 'iohyve clone [-c | -r] <name> <clonename>' where <name>
Usage: 'iohyve clone [-r] <name> <clonename>' where <name>
is the name of the guest and <clonename> is what you would
like to name the new clone.

Expand Down

0 comments on commit 1a85b7b

Please sign in to comment.