mirror of
https://github.com/transmission/transmission
synced 2025-02-15 10:54:42 +00:00
(transmission-edit) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi
This commit is contained in:
parent
fdf95908c8
commit
d622669b7e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static tr_option options[] =
|
||||||
static const char *
|
static const char *
|
||||||
getUsage (void)
|
getUsage (void)
|
||||||
{
|
{
|
||||||
return "Usage: " MY_NAME " [options] torrent-file (s)";
|
return "Usage: " MY_NAME " [options] torrent-file(s)";
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue