Skip to content

Commit 02d3bc3

Browse files
committed
Fixed a typo on the command line help screen
1 parent 369d4ee commit 02d3bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static void print_usage(const char *command, char *default_flags)
2828
printf(" M Randomize the level spells are learned.\n");
2929
printf(" R Enable menu wrap-around\n");
3030
printf(" P Enable randomization of enemy attack patterns.\n");
31-
printf(" Q Disables the game music.");
31+
printf(" Q Disables the game music.\n");
3232
printf(" V Set XP requirements for each level to 50%% of normal.\n");
3333
printf(" W Random weapon shops.\n");
3434
printf(" Z Random enemy zones.\n");

common/build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* This file is generated by git */
2-
#define BUILD "417"
2+
#define BUILD "418"

0 commit comments

Comments
 (0)