diff options
Diffstat (limited to 'app/dolmetschctl.c')
-rw-r--r-- | app/dolmetschctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <name> the name of the mixer, dolmetschctl will look for\n"); - printf(" language files inside '%s/<name>/'\n", ETCDIR); + printf(" language files inside '%s/dolmetschctl/<name>/'\n", ETCDIR); printf(" -d <dev> 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 <dev> the MIDI control device name to use, this can be omitted to\n"); |