X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fsrc%2Fmain.c;h=1b16be3f0248b0e2f9e8e0d6da206f5aa5129c54;hb=dafd798faca202aa52ce678281a1ce2f19f458aa;hp=3dd4b9dd7136d16eec6cbacd3f08cdc16f35244b;hpb=0f5bc3b629bba25e9a65a56d9c70ba907f668629;p=citadel.git diff --git a/ctdlsh/src/main.c b/ctdlsh/src/main.c index 3dd4b9dd7..1b16be3f0 100644 --- a/ctdlsh/src/main.c +++ b/ctdlsh/src/main.c @@ -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 } };