From 52954c5b75f2ac4af62a30a9f44d527bd0511801 Mon Sep 17 00:00:00 2001 From: Nyx Date: Sun, 6 Jul 2025 14:00:42 -0500 Subject: [PATCH] Even more renaming --- src/admin/debug/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/admin/debug/mod.rs b/src/admin/debug/mod.rs index bceee9ba..fb8a3002 100644 --- a/src/admin/debug/mod.rs +++ b/src/admin/debug/mod.rs @@ -32,13 +32,13 @@ pub(super) enum DebugCommand { /// the command. ParsePdu, - /// - Retrieve and print a PDU by EventID from the conduwuit database + /// - Retrieve and print a PDU by EventID from the Continuwuity database GetPdu { /// An event ID (a $ followed by the base64 reference hash) event_id: OwnedEventId, }, - /// - Retrieve and print a PDU by PduId from the conduwuit database + /// - Retrieve and print a PDU by PduId from the Continuwuity database GetShortPdu { /// Shortroomid integer shortroomid: ShortRoomId, @@ -182,7 +182,7 @@ pub(super) enum DebugCommand { event_id: Option, }, - /// - Runs a server name through conduwuit's true destination resolution + /// - Runs a server name through Continuwuity's true destination resolution /// process /// /// Useful for debugging well-known issues