summaryrefslogtreecommitdiffhomepage
path: root/dev/DebuggerKit/src/POSIXMachContractCLI.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/DebuggerKit/src/POSIXMachContractCLI.cc')
-rw-r--r--dev/DebuggerKit/src/POSIXMachContractCLI.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/DebuggerKit/src/POSIXMachContractCLI.cc b/dev/DebuggerKit/src/POSIXMachContractCLI.cc
index 5edd65e..22a626d 100644
--- a/dev/DebuggerKit/src/POSIXMachContractCLI.cc
+++ b/dev/DebuggerKit/src/POSIXMachContractCLI.cc
@@ -27,8 +27,9 @@ static void dbgi_ctrlc_handler(std::int32_t _) {
}
NECTI_MODULE(DebuggerMachPOSIX) {
- pfd::notify("Debugger Event",
- "Userland Debugger\n(C) 2025 Amlal El Mahrouss, Licensed under Apache 2.0.");
+ pfd::notify(
+ "Debugger Event",
+ "Userland Debugger\n(C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.");
if (argc >= 3 && std::string(argv[1]) == "-p" && argv[2] != nullptr) {
kPath = argv[2];