diff options
Diffstat (limited to 'cli/CommandLine.cc')
| -rw-r--r-- | cli/CommandLine.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <file>\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; |
