1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

(trunk cli) #2836 "transmissioncli --help shows incorrect usage syntax" -- fixed in trunk for 1.90

This commit is contained in:
Charles Kerr 2010-01-30 00:49:40 +00:00
parent 8fc6e6a0f5
commit 6ec226634f

View file

@ -37,7 +37,7 @@
#include <libtransmission/web.h> /* tr_webRun */ #include <libtransmission/web.h> /* tr_webRun */
#define LINEWIDTH 80 #define LINEWIDTH 80
#define MY_NAME "transmission-cli" #define MY_NAME "transmissioncli"
static tr_bool showInfo = 0; static tr_bool showInfo = 0;
static tr_bool showScrape = 0; static tr_bool showScrape = 0;