]> granicus.if.org Git - transmission/commitdiff
(remote) fix global search-and-replace damage wreaked upon the --help text, reported...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 22 Jan 2013 18:57:01 +0000 (18:57 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 22 Jan 2013 18:57:01 +0000 (18:57 +0000)
daemon/remote.c

index ab2ea38dc4e9b17d8eae2044ba60bf740b9f7f32..c1ac9acd77a4839c65c583dacf7228debfa0b02f 100644 (file)
@@ -213,7 +213,7 @@ getUsage (void)
                 "       "
         MY_NAME " [host:port] [options]\n"
                 "       "
-        MY_NAME " [http (s?)://host:port/transmission/] [options]\n"
+        MY_NAME " [http(s?)://host:port/transmission/] [options]\n"
                 "\n"
                 "See the man page for detailed explanations and many examples.";
 }