]> granicus.if.org Git - transmission/commitdiff
(daemon) fix typo in daemon's help page.
authorCharles Kerr <charles@transmissionbt.com>
Sun, 27 Jul 2008 19:04:29 +0000 (19:04 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 27 Jul 2008 19:04:29 +0000 (19:04 +0000)
daemon/daemon.c

index b2e74c2c2f33486f3ba1a1601bdaca1257b059ea..296a1c29bcf7705885a27853775394d5fe09d7b3 100644 (file)
@@ -238,7 +238,7 @@ const struct tr_option options[] = {
     { 'f', "foreground", "Run in the foreground instead of daemonizing", "f", 0, NULL },
     { 'g', "config-dir",   "Where to look for configuration files", "g", 1, "<path>" },
     { 'p', "port", "RPC port (Default: "TR_DEFAULT_RPC_PORT_STR")", "p", 1, "<port>" },
-    { 't', "auth",         "Requre authentication",           "t", 0, NULL },
+    { 't', "auth",         "Require authentication",          "t", 0, NULL },
     { 'T', "no-auth",      "Don't require authentication",    "T", 0, NULL },
     { 'u', "username",     "Set username for authentication", "u", 1, "<username>" },
     { 'v', "password",     "Set password for authentication", "v", 1, "<password>" },