X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=3bb94ad60a8a1079659105b792068e71045c9e01;hp=5d40125122ee0035be7ae845a112afc79aa7f2f0;hb=1b46ae4193cddb7d589b0f2f7d8158b84f7e9f6d;hpb=d91503e10df0e16b80f6f8490fbfe6d817e78d81 diff --git a/audiod_command.c b/audiod_command.c index 5d401251..3bb94ad6 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Andre Noll + * Copyright (C) 2005-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -176,7 +176,7 @@ int com_help(int fd, int argc, char **argv) "DESCRIPTION\n%s\n", argv[1], audiod_cmds[i].description, - audiod_cmds[i].synopsis, + audiod_cmds[i].usage, audiod_cmds[i].help ); ret = client_write(fd, buf);