
DOIT(   help
        ,"help -v [cmd]                 - Displays this list or gives details on command\n"
        ,"  help      - To dump short help text on all commands.\n"
         "  help -v   - To dump long help text on all commands.\n"
         "  help cmd  - To dump long help on given command.\n"
        ,"v"
        ,CUSTOM)

DOIT(   dtd
        ,"dtd                           - Dump NetDDE THREADDATA structs\n"
        ,""
        ,""
        ,NOARGS)

DOIT(   dpktz
        ,"dpktz <lppktz>                - Dump PKTZ structure\n"
        ,""
        ,""
        ,STDARGS1)
