diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-14 15:32:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-14 15:32:43 +0200 |
commit | a84e372d3f977f657378bb489f9ed5d88ea70334 (patch) | |
tree | c6dd78a239bc0ea3d5da2415d0c01bec3c245a0a /app/dolmetschctl.c | |
parent | added first version of an openwrt package (diff) |
fixed etc dir
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"); |