Skip to content

Commit

Permalink
Adjusted help message.
Browse files Browse the repository at this point in the history
Changed version number.
  • Loading branch information
andrew-catalyst committed Sep 5, 2017
1 parent beddae9 commit f6e20f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gource_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void GourceSettings::help(bool extended_help) {

#ifdef _WIN32
//resize window to fit help message
SDLApp::resizeConsole(770);
SDLApp::resizeConsole(780);
SDLApp::showConsole(true);
#endif

Expand All @@ -50,9 +50,9 @@ void GourceSettings::help(bool extended_help) {
printf(" -h, --help Help\n\n");
printf(" -WIDTHxHEIGHT, --viewport Set viewport size\n");
printf(" -f, --fullscreen Fullscreen\n");
printf(" --screen SCREEN Screen number\n");
printf(" --multi-sampling Enable multi-sampling\n");
printf(" --no-vsync Disable vsync\n\n");
printf(" --screen SCREEN Screen number\n\n");
printf(" --window-position XxY Initial window position\n");
printf(" --frameless Frameless window\n\n");

Expand Down
2 changes: 1 addition & 1 deletion src/gource_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef GOURCE_SETTINGS_H
#define GOURCE_SETTINGS_H

#define GOURCE_VERSION "0.45"
#define GOURCE_VERSION "0.46"

#include "core/texture.h"
#include "core/settings.h"
Expand Down

0 comments on commit f6e20f0

Please sign in to comment.