# HG changeset patch # User Eris Caffee # Date 1407260514 18000 # Node ID 4d73408a0b71fe48c04b7a9e3a9bc46676771791 # Parent 3617357a1b90010c00f59f64a3ab1f54ce1fc9bd Updated the help display. diff -r 3617357a1b90 -r 4d73408a0b71 playogg.c --- a/playogg.c Tue Aug 05 12:15:46 2014 -0500 +++ b/playogg.c Tue Aug 05 12:41:54 2014 -0500 @@ -235,6 +235,14 @@ "-l --list-devices Print a list fo available output devices.\n" "-f --outfile= Specify the name of the output file when using a file output device for format conversion.\n" "\n" + "While playing you can use the following keys to move around:\n" + "\tp\tPause / Play\n" + "\tq\tQuit\n" + "\tn\tNext song\n" + "\tv\tpreVious song\n" + "\tf\tfast Forward\n" + "\tb\tfast Backward\n" + "\n" ); }