Skip to content

Commit

Permalink
remove unsupported options
Browse files Browse the repository at this point in the history
  • Loading branch information
stkchp committed Oct 18, 2016
1 parent 9601baa commit d273bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ General Options
-h --help show this help and exit
-v --version show version and exit
-q --quiet no output
-f --config config file
Play Option
-B --buffer-size play buffer size [1-44100] [frame]
-B --buffer-size play buffer size (1-44100) [frame]
-c --channels channels (1,2)
--dummy dummy output
-r --rate sample rate (44100,22050,11025) [KHz]
Expand All @@ -53,7 +52,6 @@ ALSA Options
Pxtone Options
-l --loop enable loop
--fadein enable fade in (0-10000) [ms]
--fadeout enable fade out (0-10000) [ms]
-V --volume change volume (0-100) [%]
```

Expand Down
4 changes: 2 additions & 2 deletions src/pxtnplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const char help_string[] =
" -h --help show this help and exit" "# bool <false> <0>\n"
" -v --version show version and exit" "# bool <false> <0>\n"
" -q --quiet no output" "# bool <false> <0>\n"
" -f --config config file" "# string <> <0>\n"
// " -f --config config file" "# string <> <0>\n"
"\n"
"Play Option\n"
" -B --buffer-size play buffer size (1-44100) [frame]" "# int <441> <1>\n"
Expand All @@ -46,7 +46,7 @@ const char help_string[] =
"Pxtone Options\n"
" -l --loop enable loop" "# bool <false> <1>\n"
" --fadein enable fade in (0-10000) [ms]" "# int <0> <1>\n"
" --fadeout enable fade out (0-10000) [ms]" "# int <0> <1>\n"
// " --fadeout enable fade out (0-10000) [ms]" "# int <0> <1>\n"
" -V --volume change volume (0-100) [%]" "# int <100> <1>\n"
/*----------------------------------------------------------------------*/;
// clang-format on
Expand Down

0 comments on commit d273bbd

Please sign in to comment.