X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevcontrol.c;h=6ca90855c55146aca3a0b6439a56914182dc89c7;hb=d2c9a56e0e624ed448aed8ad18460deed63973e1;hp=431befe39cc210961da8dcde66365ede21059666;hpb=e3396a2d383cf19092911a4643e092f6a825b2aa;p=elogind.git diff --git a/udevcontrol.c b/udevcontrol.c index 431befe39..6ca90855c 100644 --- a/udevcontrol.c +++ b/udevcontrol.c @@ -1,6 +1,4 @@ /* - * udevcontrol.c - * * Copyright (C) 2005-2006 Kay Sievers * * This program is free software; you can redistribute it and/or modify it @@ -14,7 +12,7 @@ * * 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., - * 675 Mass Ave, Cambridge, MA 02139, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ @@ -127,7 +125,7 @@ int main(int argc, char *argv[], char *envp[]) " reload_rules reloads the rules files\n" " max_childs= maximum number of childs\n" " max_childs_running= maximum number of childs running at the same time\n" - " --help print this help text\n\n"); + " help print this help text\n\n"); goto exit; } else { fprintf(stderr, "unrecognized command '%s'\n", arg);