From 5560b37d6da45f99667e333183ccfeaad8513c41 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Mar 2025 10:13:48 +0100 Subject: Update CLI help output with new issue tracker and project attribution - Replaced old issue tracker URL with GitHub Issues link - Clarified author attribution to reflect NeKernel project --- cli/CommandLine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/CommandLine.cc b/cli/CommandLine.cc index 231ee0b..6b54b25 100644 --- a/cli/CommandLine.cc +++ b/cli/CommandLine.cc @@ -23,9 +23,9 @@ int main(int argc, char** argv) index_path == "--version") { std::cout << "Usage: btb \n"; - std::cout << "Check for issues at: theater-quality.com/developer/issues\n"; + std::cout << "Bugs, Issues?, check out: https://github.com/ne-gh/btb/issues\n"; - std::cout << "Brought to you by Amlal El Mahrouss.\n"; + std::cout << "Brought to you by Amlal El Mahrouss for the NeKernel project.\n"; std::cout << "© 2024-2025 Amlal El Mahrouss, all rights reserved.\n"; return EXIT_SUCCESS; -- cgit v1.2.3