diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:32:12 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:52:12 +0000 |
commit | ec63875f9cd7277cf2d49827684bba936add7ce2 (patch) | |
tree | 9531cf0fc978278595bac7f475dd9a65fc40a21e | |
parent | 2ee6ea2ce128d200928173f3d4b40cadae17de93 (diff) | |
download | libguestfs-ec63875f9cd7277cf2d49827684bba936add7ce2.tar.gz libguestfs-ec63875f9cd7277cf2d49827684bba936add7ce2.tar.xz libguestfs-ec63875f9cd7277cf2d49827684bba936add7ce2.zip |
Don't include debug* commands in the documentation.
-rw-r--r-- | generator/generator_actions.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 4d7a4b33..b8937d00 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -2269,7 +2269,7 @@ This is the same as the C<guestfs_mount> command, but it allows you to set both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."); - ("debug", (RString "result", [String "subcmd"; StringList "extraargs"], []), 76, [], + ("debug", (RString "result", [String "subcmd"; StringList "extraargs"], []), 76, [NotInDocs], [], "debugging and internals", "\ @@ -4816,7 +4816,7 @@ is the same as the L<augtool(1)> C<clear> command."); Return the current umask. By default the umask is C<022> unless it has been set by calling C<guestfs_umask>."); - ("debug_upload", (RErr, [FileIn "filename"; String "tmpname"; Int "mode"], []), 241, [], + ("debug_upload", (RErr, [FileIn "filename"; String "tmpname"; Int "mode"], []), 241, [NotInDocs], [], "upload a file to the appliance (internal use only)", "\ |