Skip to content

Commit

Permalink
Document the incoming --sfx-volume option
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan committed Sep 22, 2018
1 parent 30b3161 commit 54b7126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/man/oshu.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Perform a perfect run on the beatmap without any user interaction.
\fB\-\-pause\fR
Start the game in a paused state. Might be useful when you're starting the game
from a terminal as you won't be holding your mouse when the game starts.
.TP
\fB\-\-sfx\-volume\fR
Sets the volume of the effects (i.e hitsounds), minimum(~mute) is 0, maximum
is 100

.SH CONTROLS
.PP
Expand Down
1 change: 1 addition & 0 deletions src/oshu/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static const char *help =
" --version Output version information.\n"
" --autoplay Perform a perfect run.\n"
" --pause Start the game paused.\n"
" --sfx-volume Changes the sound effects volume.\n"
"\n"
"Check the man page oshu(1) for details.\n"
;
Expand Down

0 comments on commit 54b7126

Please sign in to comment.