changeset 3:4d73408a0b71 tip

Updated the help display.
author Eris Caffee <discordia@eldalin.com>
date Tue, 05 Aug 2014 12:41:54 -0500
parents 3617357a1b90
children
files playogg.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/playogg.c	Tue Aug 05 12:15:46 2014 -0500
     1.2 +++ b/playogg.c	Tue Aug 05 12:41:54 2014 -0500
     1.3 @@ -235,6 +235,14 @@
     1.4          "-l --list-devices       Print a list fo available output devices.\n"
     1.5          "-f --outfile=           Specify the name of the output file when using a file output device for format conversion.\n"
     1.6          "\n"
     1.7 +        "While playing you can use the following keys to move around:\n"
     1.8 +        "\tp\tPause / Play\n"
     1.9 +        "\tq\tQuit\n"
    1.10 +        "\tn\tNext song\n"
    1.11 +        "\tv\tpreVious song\n"
    1.12 +        "\tf\tfast Forward\n"
    1.13 +        "\tb\tfast Backward\n"
    1.14 +        "\n"
    1.15          );
    1.16      }
    1.17