Skip to content

Commit

Permalink
align output
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jul 14, 2018
1 parent 2304ec2 commit c2eeb84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ void PrintHelp()
<< " command [options] [arguments]\n"
<< "\n"
<< "Available commands:\n"
<< " -user " << "Show your profile (SteamID, AccountID, MM-Rank, Likes, VAC-Status)\n"
<< " -matches " << "Show your past matches in table form\n"
<< " -upload " << "Show and upload your past matches to csgostats.gg\n"
//<< " -perf " << "Show your past matches performance in compact form\n"
<< " -user " << " Show your profile (SteamID, AccountID, MM-Rank, Likes, VAC-Status)\n"
<< " -matches " << " Show your past matches in table form\n"
<< " -upload " << " Upload your past matches to csgostats.gg\n"
//<< " -perf " << " Show your past matches performance in compact form\n"
<< "\n"
<< "Options:\n"
<< " -h, help " << " Display this help message\n"
Expand Down

0 comments on commit c2eeb84

Please sign in to comment.