Skip to content

Commit

Permalink
UPX 3.94
Browse files Browse the repository at this point in the history
  • Loading branch information
james34602 committed Jul 25, 2017
1 parent 490664b commit 34177b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upx-3.94/help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
**************************************************************************/

static bool head_done = 0;

#define BUILD_DATE __DATE__
#if defined(UPX_VERSION_GITREV)
const char gitrev[] = UPX_VERSION_GITREV;
#else
Expand All @@ -63,7 +63,7 @@ void show_head(void)
#else
"UPX %-11s"
#endif
" Markus Oberhumer, Laszlo Molnar & John Reiser %14s\n\n",
" Markus Oberhumer, Laszlo Molnar & John Reiser %14s\nBuilt with Visual Studio 2015 compiled by James34602 Build date:" BUILD_DATE "\n\n",
#if defined(UPX_VERSION_GITREV)
gitrev,
(sizeof(gitrev)-1 > 6 && gitrev[sizeof(gitrev)-2] == '+') ? '+' : ' ',
Expand Down Expand Up @@ -323,8 +323,7 @@ void show_help(int verbose)
con_fprintf(f,"\nType '%s --help' for more detailed help.\n", progname);
}

con_fprintf(f,"\nUPX comes with ABSOLUTELY NO WARRANTY; for details visit https://upx.github.io\n"
// "\nUPX comes with ABSOLUTELY NO WARRANTY; for details type 'upx -L'.\n"
con_fprintf(f,"\nUPX comes with ABSOLUTELY NO WARRANTY; for details visit https://upx.github.io or type 'upx -L'\n"
"");

#if (DEBUG) || (TESTING)
Expand Down Expand Up @@ -370,6 +369,7 @@ void show_license(void)
);
int fg = con_fg(f,FG_CYAN);
con_fprintf(f,
" https://github.com/james34602/UPX-Visual-Studio\n"
" http://upx.sourceforge.net\n"
" http://www.oberhumer.com/opensource/upx/\n"
);
Expand Down

0 comments on commit 34177b0

Please sign in to comment.