From 10ad4b52e03dbdc3674f49a5d9322f220ea65088 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 12 Apr 2011 10:03:52 +0000 Subject: cli: Fix typo in top help string Signed-off-by: Pranith Kumar K Signed-off-by: Anand Avati BUG: 2719 (Incorrect help string for volume top) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2719 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 4fa25f92d..f2e323638 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1182,7 +1182,7 @@ struct cli_cmd volume_cmds[] = { "|[read-perf|write-perf bs count ]} " " [brick ] [list-cnt ]", cli_cmd_volume_top_cbk, - "volume profile operations"}, + "volume top operations"}, { NULL, NULL, NULL } }; -- cgit