From a84e372d3f977f657378bb489f9ed5d88ea70334 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 14 Oct 2015 15:32:43 +0200 Subject: fixed etc dir --- app/dolmetschctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dolmetschctl.c') diff --git a/app/dolmetschctl.c b/app/dolmetschctl.c index 3b20cb6..a4b91d1 100644 --- a/app/dolmetschctl.c +++ b/app/dolmetschctl.c @@ -58,7 +58,7 @@ void print_usage() printf(" -h print this and exit\n"); printf(" -v print version information and exit\n"); printf(" -x the name of the mixer, dolmetschctl will look for\n"); - printf(" language files inside '%s//'\n", ETCDIR); + printf(" language files inside '%s/dolmetschctl//'\n", ETCDIR); printf(" -d the mixer MIDI device name to use, i.e. hw:2,0,0\n"); printf(" (use `amidi -l` to list all available devices)'\n"); printf(" -m the MIDI control device name to use, this can be omitted to\n"); -- cgit v1.2.3