Added a shutdown command to ctdlsh
[citadel.git] / ctdlsh / src / main.c
index 3dd4b9dd7136d16eec6cbacd3f08cdc16f35244b..1b16be3f0248b0e2f9e8e0d6da206f5aa5129c54 100644 (file)
@@ -30,6 +30,7 @@ COMMAND commands[] = {
        {       "date",         cmd_datetime,   "Print the server's date and time"      },
        {       "time",         cmd_datetime,   "Print the server's date and time"      },
        {       "passwd",       cmd_passwd,     "Set or change an account password"     },
+       {       "shutdown",     cmd_shutdown,   "Shut down the Citadel server"          },
        {       NULL,           NULL,           NULL                                    }
 };