diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-30 23:32:09 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-30 23:32:09 +0000 |
commit | ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241 (patch) | |
tree | 54feb683ae4dd9a1016d32941107fd5634f09faa | |
parent | 86a53e17de672a79a994b905676b4566da9f072c (diff) | |
download | libguestfs-ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241.tar.gz libguestfs-ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241.tar.xz libguestfs-ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241.zip |
docs: add-domain: Remove ref to not impl add-libvirt-dom API call.
-rw-r--r-- | generator/generator_actions.ml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 2f9fb71d..5c6ce21c 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -1095,9 +1095,7 @@ The optional C<libvirturi> parameter sets the libvirt URI (see L<http://libvirt.org/uri.html>). If this is not set then we connect to the default libvirt URI (or one set through an environment variable, see the libvirt documentation for full -details). If you are using the C API directly then it is more -flexible to create the libvirt connection object yourself, get -the domain object, and call C<guestfs_add_libvirt_dom>. +details). The other optional parameters are passed directly through to C<guestfs_add_drive_opts>."); |