X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcmds_gperf.h;h=74db69d2a58687785873575bfd5401058c47994d;hb=ca03635a4c83afbe9b51fe846a8b3d5361462a90;hp=92bd6070e340bf807fb9de1584a64e8181c78e98;hpb=58915725b1e464f7d447c0051ad916fbc1a82210;p=libguestfs.git diff --git a/fish/cmds_gperf.h b/fish/cmds_gperf.h index 92bd607..74db69d 100644 --- a/fish/cmds_gperf.h +++ b/fish/cmds_gperf.h @@ -23,10 +23,8 @@ * guestfish can execute. */ struct command_entry { - /* These fields are passed to pod2text to implement the online help. */ - const char *name; - const char *shortdesc; - const char *podbody; + const char *name; /* Short name. */ + const char *help; /* Online help. */ /* The run_* function. */ int (*run) (const char *cmd, size_t argc, char *argv[]);