From 498dbbc506ec9c694e18c3ae9a0d3d346abe338d Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 31 Mar 2011 04:57:22 +0000 Subject: TOP: Improve output format Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 2614 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2614 --- cli/src/cli-rpc-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index e1f51d306ec..17d82a0074a 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -3275,8 +3275,8 @@ gf_cli3_1_top_volume_cbk (struct rpc_req *req, struct iovec *iov, ret = dict_get_uint64 (dict, key, &max_nr_open); if (ret) goto out; - cli_out ("Current open fd's: %"PRIu64", Max open" - " fd's: %"PRIu64, nr_open, max_nr_open); + cli_out ("Current open fds: %"PRIu64", Max open" + " fds: %"PRIu64, nr_open, max_nr_open); case GF_CLI_TOP_READ: case GF_CLI_TOP_WRITE: case GF_CLI_TOP_OPENDIR: -- cgit