diff options
| -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[]) { |