Olaf Hering
2012-Sep-13 14:03 UTC
[Libguestfs] guestfish(1) references non-existant tar_out/tar_in option
While creating my first guestfish script I noticed an inconsistency in the guestfish(1) man page. The option tgz-out references "tar_out", which does not exist, instead its called "tar-out". The same is true for tgz-in/tar_in. After a quick grep in the code its not clear to me how to resolve this issue. Olaf
Richard W.M. Jones
2012-Sep-13 18:17 UTC
[Libguestfs] guestfish(1) references non-existant tar_out/tar_in option
On Thu, Sep 13, 2012 at 04:03:35PM +0200, Olaf Hering wrote:> > While creating my first guestfish script I noticed an inconsistency in > the guestfish(1) man page. The option tgz-out references "tar_out", > which does not exist, instead its called "tar-out". The same is true for > tgz-in/tar_in. After a quick grep in the code its not clear to me how to > resolve this issue.This is a documentation bug: in fact guestfish lets you use either tar-in or tar_in alike. $ guestfish tar-in tar-in should have 2-3 parameter(s) type 'help tar-in' for help on tar-in $ guestfish tar_in tar_in should have 2-3 parameter(s) type 'help tar_in' for help on tar_in Also you can use the deprecated tgz-in functions and friends. We've no intention of removing them. I'll fix the documentation. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
Apparently Analagous Threads
- [PATCH 1/2] actions: tar_out: add xattrs and selinux optargs
- [PATCH] generator: Add an explicit Cancellable flag
- [PATCH 0/7] Add tar compress, numericowner, excludes flags.
- [PATCH v2 2/7] New API: setfiles - SELinux relabel parts of the filesystem.
- Using guestfs to debug kernel