chiark / gitweb /
run_directory: add final warning before removal
[elogind.git] / udevcontrol.c
index 431befe39cc210961da8dcde66365ede21059666..6ca90855c55146aca3a0b6439a56914182dc89c7 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * udevcontrol.c
- *
  * Copyright (C) 2005-2006 Kay Sievers <kay.sievers@vrfy.org>
  *
  *     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=<N>         maximum number of childs\n"
                                "  max_childs_running=<N> 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);