Skip to content

Commit

Permalink
chore: restore help version format (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 16, 2023
1 parent a7531ac commit 4ea6c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ std::vector<uint8_t> get_file_version_info() {

void print_help(VS_FIXEDFILEINFO* file_info) {
fprintf(stdout,
"Rcedit %d.%d.%d: Edit resources of exe.\n\n"
"Rcedit v%d.%d.%d: Edit resources of exe.\n\n"
"Usage: rcedit <filename> [options...]\n\n"
"Options:\n"
" -h, --help Show this message\n"
Expand Down

0 comments on commit 4ea6c4c

Please sign in to comment.