From c2eeb84fd38b25b9ce0aba79f9222ea40fa37a01 Mon Sep 17 00:00:00 2001 From: jakoch Date: Sat, 14 Jul 2018 15:51:56 +0200 Subject: [PATCH] align output --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3585396..7f2ead9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"