Skip to content

Commit

Permalink
fix usage output
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytat committed Oct 17, 2015
1 parent 2e564f6 commit fae1fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prefs.cpp
Expand Up @@ -32,7 +32,7 @@ void usage(LPCWSTR exe) {
" -? prints this message.\n"
" --list-devices displays the long names of all active playback devices.\n"
" --device captures from the specified device (default if omitted)\n"
" --mono convert from stereo to mono\n",
" --mono convert from stereo to mono\n"
" --div divisor reduce sample rate by a factor of divisor\n",
exe, exe, exe
);
Expand Down
4 changes: 2 additions & 2 deletions simpleserver.sln
Expand Up @@ -13,8 +13,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Debug|Win32.ActiveCfg = Debug|Win32
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Debug|Win32.Build.0 = Debug|Win32
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Release|Win32.ActiveCfg = Debug|Win32
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Release|Win32.Build.0 = Debug|Win32
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Release|Win32.ActiveCfg = Release|Win32
{4250A54B-E935-432B-BC91-C4D94B5BA81B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit fae1fb5

Please sign in to comment.