Merge pull request #208 from winny-/helpTextShowsKeys

Document keys in help text
master
karl 8 years ago committed by GitHub
commit 3462c26227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      cava.c

@ -246,6 +246,16 @@ Options:\n\
-p path to config file\n\
-v print version\n\
\n\
Keys:\n\
Up Increase sensitivity\n\
Down Decrease sensitivity\n\
Left Decrease number of bars\n\
Right Increase number of bars\n\
r Reload config\n\
c Cycle foreground color\n\
b Cycle background color\n\
q Quit\n\
\n\
as of 0.4.0 all options are specified in config file, see in '/home/username/.config/cava/' \n";
char ch = '\0';

Loading…
Cancel
Save