Replaced some of the 'autoconverted - document me' strings
[citadel.git] / citadel / modules / expire / serv_expire.c
index b78498efb3db7eb4781d9604d71537d9cc0510d1..b08fb974fca7a1054c8d8abcbbdf90acbe09eae7 100644 (file)
@@ -1051,8 +1051,8 @@ CTDL_MODULE_INIT(expire)
                /* CtdlRegisterProtoHook(cmd_fsck, "FSCK", "Check message ref counts"); */
                CtdlRegisterProtoHook(cmd_tdap, "TDAP", "Manually initiate auto-purger");
 
-               CtdlRegisterProtoHook(cmd_gpex, "GPEX", "Autoconverted. TODO: document me.");
-               CtdlRegisterProtoHook(cmd_spex, "SPEX", "Autoconverted. TODO: document me.");
+               CtdlRegisterProtoHook(cmd_gpex, "GPEX", "Get expire policy");
+               CtdlRegisterProtoHook(cmd_spex, "SPEX", "Set expire policy");
        }
        else
                CtdlThreadCreate("Auto Purger", CTDLTHREAD_BIGSTACK, purge_databases, NULL);