diff options
| author | jstmax! <87650746+MaxWasTakenYT@users.noreply.github.com> | 2024-10-17 17:49:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 17:49:45 +0000 |
| commit | f9670154f9fb79bb6b466295c73b3f6b6888bb89 (patch) | |
| tree | c379ff204da8b8ac8d832d7da1782be621ba4c01 /xsc_debug.cpp | |
| parent | 2a95796616d95e4fdaa094c7855d2fae877f3330 (diff) | |
Update xsc_debug.cpp
Diffstat (limited to 'xsc_debug.cpp')
| -rw-r--r-- | xsc_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsc_debug.cpp b/xsc_debug.cpp index e111b09..16d3745 100644 --- a/xsc_debug.cpp +++ b/xsc_debug.cpp @@ -7,7 +7,7 @@ void usage() { system("figlet XSC | lolcat"); cout << "\neXtremelySimpleCalculator usage:\n" << "`xsc --help | -h` for help\n" - << "`xsc <number> <(+|-|*|/|%|^)> <number>`\n" + << "`xsc <number> <(+|-|*|/|%|^)> <number>`\n"; } int main(int argc, char* argv[]) { |