summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c70a6e7..3086049 100644
--- a/src/main.c
+++ b/src/main.c
@@ -383,7 +383,15 @@ int main (int argc, char **argv) {
read (fileno (stdin), &buf, sizeof (buf));
switch (buf) {
case '?':
- printf ("n\tnext track\nq\tquit\ns\tchange station\n");
+ printf ("a\tadd music to current station\n"
+ "b\tban current song\n"
+ "c\tcreate new station\n"
+ "d\tdelete current station\n"
+ "l\tlove current song\n"
+ "n\tnext song\n"
+ "q\tquit\n"
+ "r\trename current station\n"
+ "s\tchange station\n");
break;
case 'a':