Skip to content

Commit

Permalink
Adapt README and manpage to help output change
Browse files Browse the repository at this point in the history
  • Loading branch information
moogle19 committed Apr 28, 2016
1 parent 6174f4a commit f686031
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 241 deletions.
65 changes: 32 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,49 +52,48 @@ ln -s /mnt/iohyve /iohyve

```
iohyve
version
setup pool=[poolname] kmod=[0/1] net=[interface]
setup <pool=poolname> [kmod=0|1] [net=iface]
list [-l]
info [-vsdl]
isolist
fwlist
fetchiso [URL]
cpiso [path]
renameiso [ISO] [newname]
rmiso [ISO]
fetchfw [URL]
cpfw [path]
renamefw [firmware] [newname]
rmfw [firmware]
create [name] [size]
install [name] [ISO]
load [name] [path/to/bootdisk]
boot [name] [runmode] [pcidevices]
start [name] [-s | -a]
stop [name]
forcekill [name]
fetchiso <URL>
cpiso <path>
renameiso <ISO> <newname>
rmiso <ISO>
fetchfw <URL>
cpfw <path>
renamefw <firmware> <newname>
rmfw <firmware>
create <name> <size> [pool]
install <name> <ISO>
load <name> <path/to/bootdisk>
boot <name> [runmode] [pcidevices]
start <name> [-s | -a]
stop <name>
forcekill <name>
scram
destroy [name]
rename [name] [newname]
delete [-f] [name]
set [name] [prop1=value] [prop2=value]...
get [name] [prop]
rmpci [-f] [name] [pcidev:N]
getall [name]
add [name] [size]
remove [-f] [name] [diskN]
resize [name] [diskN] [size]
disks [name]
snap [name]@[snapshotname]
roll [name]@[snapshotname]
clone [name] [clonename]
export [name]
destroy <name>
rename <name> <newname>
delete [-f] <name>
set <name> <property=value> ...
get <name> <prop>
rmpci [-f] <name> <pcidev:N>
getall <name>
add <name> <size> [pool]
remove [-f] <name> <diskN>
resize <name> <diskN> <size>
disks <name>
snap <name>@<snap>
roll <name>@<snap>
clone [-c | -r] <name> <clonename>
export <name>
snaplist
taplist
activetaps
conlist
console [name]
console <name>
conreset
help
```
Expand Down
4 changes: 2 additions & 2 deletions iohyve
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ iohyve version
cpfw <path>
renamefw <firmware> <newname>
rmfw <firmware>
create <name> <size>
create <name> <size> [pool]
install <name> <ISO>
load <name> <path/to/bootdisk>
boot <name> [runmode] [pcidevices]
Expand All @@ -1361,7 +1361,7 @@ iohyve version
get <name> <prop>
rmpci [-f] <name> <pcidev:N>
getall <name>
add <name> <size> <pool>
add <name> <size> [pool]
remove [-f] <name> <diskN>
resize <name> <diskN> <size>
disks <name>
Expand Down
Loading

0 comments on commit f686031

Please sign in to comment.