X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydctl.c;h=11e5e8f3ae4fdfe0aaba40a8f20afab618a31cc5;hb=22dbb73fb1081160dad0259efca4463439214f65;hp=c66ce28794173515aaceef42fec5c10804108916;hpb=7a0ffbb5910bd782ef569b63ce665659e3564e72;p=onak.git diff --git a/keydctl.c b/keydctl.c index c66ce28..11e5e8f 100644 --- a/keydctl.c +++ b/keydctl.c @@ -2,6 +2,19 @@ * keydctl.c - A simple program to control a running keyd instance * * Copyright 2011 Jonathan McDowell + * + * 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 the Free + * Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include @@ -177,7 +190,7 @@ static void usage(void) { puts("keydctl " ONAK_VERSION " - control an onak keyd instance.\n"); puts("Usage:\n"); - puts("\tonak [options] \n"); + puts("\tkeydctl [options] \n"); puts("\tCommands:\n"); puts("\tcheck - check if keyd is running"); puts("\tquit - request that keyd cleanly shuts down");