summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-12-04 19:06:26 +0100
committerGravatar waker <wakeroid@gmail.com>2011-12-04 19:06:38 +0100
commit4686c2f8229b549412b20f3c5c1f73118fc6fa78 (patch)
treedb532e29f5011eec510f7edf36d0293548a7d09d /main.c
parent23583bee59e196cc651b7be832653825161aec88 (diff)
added missing linebreak to --help output
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a75458c3..e6e2d0a8 100644
--- a/main.c
+++ b/main.c
@@ -104,7 +104,7 @@ client_exec_command_line (const char *cmdline, int len) {
fprintf (stdout, _(" --prev Previous song in playlist\n"));
fprintf (stdout, _(" --random Random song in playlist\n"));
fprintf (stdout, _(" --queue Append file(s) to existing playlist\n"));
- fprintf (stdout, _(" --gui PLUGIN Tells which GUI plugin to use, default is \"GTK2\""));
+ fprintf (stdout, _(" --gui PLUGIN Tells which GUI plugin to use, default is \"GTK2\"\n"));
fprintf (stdout, _(" --nowplaying FMT Print formatted track name to stdout\n"));
fprintf (stdout, _(" FMT %%-syntax: [a]rtist, [t]itle, al[b]um,\n"
" [l]ength, track[n]umber, [y]ear, [c]omment,\n"