diff options
| author | jStmaX! <maxwasmailed@proton.me> | 2025-10-09 16:19:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-09 16:19:31 +0200 |
| commit | 83187f4dcc8c6969107f61cd196be6054fb31fec (patch) | |
| tree | 00875e616d21578aee74e9c125b6092b034d4c93 | |
| parent | c86c8cda6c5462ceb6b2f27ec8aca9af7799c66d (diff) | |
aw
| -rw-r--r-- | xsc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ #include <cmath> // github.com/jstmaxlol/escape.ANSI.sux -#include "escape.ansi.h" +#include "escape.ansi" int calculate(double& n1, char& op, double& n2); void usage(); @@ -27,7 +27,7 @@ int main(int argc, char** argv) { } if (arg1 == "--help" || arg1 == "-h") { std::cerr << "::> " << red << "xsc.Warning" << def << "/" << red << "non_existing_argument\n" - << def << "::> did you mean: " << yellow << "h " << def << " ||" << yellow << "help" << def << "?\n"; + << def << "::> did you mean: " << yellow << "h" << def << " || " << yellow << "help" << def << "?\n"; usage(); return -1; } |