diff options
author | shishir gowda <shishirng@gluster.com> | 2011-03-31 04:57:22 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-31 05:04:45 -0700 |
commit | 498dbbc506ec9c694e18c3ae9a0d3d346abe338d (patch) | |
tree | d5f75f3e637ab25534bd39a5f78f8aa2ddef84bc | |
parent | c68b1e28ae9b7528aa844764e719c7267976be83 (diff) |
TOP: Improve output formatv3.2.0qa6
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2614 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2614
-rw-r--r-- | cli/src/cli-rpc-ops.c | 4 |
1 files 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: |