From 7f17278493da389ea25a627ea993a35f122671ef Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Jan 2026 19:46:09 +0100 Subject: chore: GenericsLibrary: Library tweaks and additions, more examples for Nectar and Assembly. Signed-off-by: Amlal El Mahrouss --- src/DebuggerKit/src/POSIXMachContractCLI.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DebuggerKit') diff --git a/src/DebuggerKit/src/POSIXMachContractCLI.cc b/src/DebuggerKit/src/POSIXMachContractCLI.cc index 5b8ab21..dd1411c 100644 --- a/src/DebuggerKit/src/POSIXMachContractCLI.cc +++ b/src/DebuggerKit/src/POSIXMachContractCLI.cc @@ -9,7 +9,7 @@ #include #include -#ifdef __APPLE__ +#ifdef DK_MACH_DEBUGGER #include /// @internal @@ -38,7 +38,7 @@ NECTAR_MODULE(DebuggerMachPOSIX) { kStdOut << "[+] Image set to: " << kPath << "\n"; } else { kStdOut << "usage: " << argv[0] << " -p \n"; - kStdOut << "example: " << argv[0] << " -p /path/to/program\n"; + kStdOut << "example: " << argv[0] << " -p \n"; return EXIT_FAILURE; } -- cgit v1.2.3