From d622669b7e3c267b954188e987f647a7085c33ca Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 22 Jan 2013 18:59:39 +0000 Subject: [PATCH] (transmission-edit) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi --- utils/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/edit.c b/utils/edit.c index d71562afe..a68257ba4 100644 --- a/utils/edit.c +++ b/utils/edit.c @@ -43,7 +43,7 @@ static tr_option options[] = static const char * getUsage (void) { - return "Usage: " MY_NAME " [options] torrent-file (s)"; + return "Usage: " MY_NAME " [options] torrent-file(s)"; } static int -- 2.40.0