mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(remote) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi
This commit is contained in:
parent
7c44d6db2d
commit
fdf95908c8
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ getUsage (void)
|
||||||
" "
|
" "
|
||||||
MY_NAME " [host:port] [options]\n"
|
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"
|
"\n"
|
||||||
"See the man page for detailed explanations and many examples.";
|
"See the man page for detailed explanations and many examples.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue