X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fgenerator.ml;h=d2be559e810162b9b1eb2397213935bab57ec863;hb=713283f4a67b3a1960ca96ce6608d046fc202d2d;hp=9f6ed77820327a6de9d218fa9a6a1e72692910e8;hpb=6fd5bc84893c600af75ef64fa9f9a043b665c76a;p=libguestfs.git diff --git a/src/generator.ml b/src/generator.ml index 9f6ed77..d2be559 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1467,6 +1467,18 @@ This is the same as the C command, but it allows you to set both the mount options and the vfstype as for the L I<-o> and I<-t> flags."); + ("debug", (RString "result", [String "subcmd"; StringList "extraargs"]), 76, [], + [], + "debugging and internals", + "\ +The C command exposes some internals of +C (the guestfs daemon) that runs inside the +qemu subprocess. + +There is no comprehensive help for this command. You have +to look at the file C in the libguestfs source +to find out what you can do."); + ] let all_functions = non_daemon_functions @ daemon_functions