From d65470c9d3d5582c021bdca332611f678dd06852 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 27 Jul 2008 14:31:18 +0000 Subject: [PATCH] * fix minor error in the rpc spec's examples * refresh the display more often in the cli client --- cli/cli.c | 2 +- doc/rpc-spec.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cli.c b/cli/cli.c index 88078c0a5..d35e95180 100644 --- a/cli/cli.c +++ b/cli/cli.c @@ -389,7 +389,7 @@ main( int argc, char ** argv ) char line[LINEWIDTH]; const tr_stat * st; - tr_wait( 1000 ); + tr_wait( 200 ); if( gotsig ) { gotsig = 0; diff --git a/doc/rpc-spec.txt b/doc/rpc-spec.txt index 1d5dc5119..60ea68746 100644 --- a/doc/rpc-spec.txt +++ b/doc/rpc-spec.txt @@ -214,7 +214,7 @@ { "arguments": { "fields": 2080, - "fields": [ "name", "totalSize" ], + "fields": [ "id", "name", "totalSize" ], "sort-method": "name" } "method": "torrent-get", -- 2.40.0